Skip to content

Commit cbc57c4

Browse files
committed
Reduce excessive footer padding
1 parent dc499dc commit cbc57c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_sass/_footer.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
@include clearfix;
2828
margin-left: auto;
2929
margin-right: auto;
30-
margin-top: 2em;
30+
margin-top: 1em;
3131
max-width: 100%;
32-
padding: 0 1em 2em;
32+
padding: 0 1em 1em;
3333

3434
@include breakpoint($x-large) {
3535
max-width: $x-large;

0 commit comments

Comments
 (0)