Skip to content

Commit

Permalink
Reduce excessive footer padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Samir-Rashid committed Sep 18, 2024
1 parent dc499dc commit cbc57c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sass/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
@include clearfix;
margin-left: auto;
margin-right: auto;
margin-top: 2em;
margin-top: 1em;
max-width: 100%;
padding: 0 1em 2em;
padding: 0 1em 1em;

@include breakpoint($x-large) {
max-width: $x-large;
Expand Down

0 comments on commit cbc57c4

Please sign in to comment.