We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d417840 commit 9c34f84Copy full SHA for 9c34f84
_sass/_layout.scss
@@ -175,7 +175,7 @@
175
list-style: none;
176
177
> li {
178
- margin-bottom: $spacing-unit;
+ margin-bottom: 10;
179
}
180
181
css/main.scss
@@ -12,7 +12,7 @@ $base-font-weight: 400;
12
$small-font-size: $base-font-size * 0.875;
13
$base-line-height: 1.5;
14
15
-$spacing-unit: 10px;
+$spacing-unit: 30px;
16
17
$text-color: #111;
18
$background-color: #fdfdfd;
0 commit comments