Skip to content

Commit 237678a

Browse files
Make footer smaller
1 parent 5865cbe commit 237678a

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

assets/css/main.scss

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,12 @@ search: false
1313
max-height: 4rem !important;
1414
}
1515

16-
footer {
16+
.page__footer {
1717
padding: 0 !important;
18-
margin-top: 1em !important;
19-
margin-bottom: 1em !important;
18+
19+
footer {
20+
padding: 0 !important;
21+
margin-top: 0.5em !important;
22+
margin-bottom: 0.5em !important;
23+
}
2024
}

0 commit comments

Comments
 (0)