Skip to content

Commit 56bdc42

Browse files
authored
Fixed typo in main scss file. (#525)
1 parent 42e5a50 commit 56bdc42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

djangosnippets/static/scss/main.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ header {
197197
}
198198
}
199199
}
200+
200201
h1 {
201202
@include grid-column(12);
202203
margin-bottom: 20px;
@@ -322,7 +323,7 @@ body.with-sidebar {
322323
}
323324
}
324325

325-
body.frontpage, {
326+
body.frontpage {
326327
#content, #sidebar {
327328
@media #{$small-up} {
328329
@include grid-column(12, $last-column: true);

0 commit comments

Comments
 (0)