Skip to content

Commit 9c34f84

Browse files
committed
Revert globally changing spacing-unit and just change post list
1 parent d417840 commit 9c34f84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_sass/_layout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
list-style: none;
176176

177177
> li {
178-
margin-bottom: $spacing-unit;
178+
margin-bottom: 10;
179179
}
180180
}
181181

css/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ $base-font-weight: 400;
1212
$small-font-size: $base-font-size * 0.875;
1313
$base-line-height: 1.5;
1414

15-
$spacing-unit: 10px;
15+
$spacing-unit: 30px;
1616

1717
$text-color: #111;
1818
$background-color: #fdfdfd;

0 commit comments

Comments
 (0)