Skip to content

Commit

Permalink
Consistent padding for footer with rest of the page
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascumsille committed Sep 12, 2024
1 parent d54689c commit a8ec7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/docs/style/sass/_mysoc_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ $mysoc-footer-breakpoint-sm: 768px !default;
box-sizing: border-box;
background-color: $mysoc-footer-background-color;
color: $mysoc-footer-text-color;
padding: 2em 0;
padding: 2em 1.5em;
font-size: 1em;
line-height: 1.5em;
border-top: $mysoc-footer-border-top;
Expand Down

0 comments on commit a8ec7c3

Please sign in to comment.