Skip to content

Commit

Permalink
Merge pull request #2451 from Samir-Rashid/fix-padding-misalignment
Browse files Browse the repository at this point in the history
Fix padding misalignment
  • Loading branch information
rjzupkoii authored Sep 18, 2024
2 parents 05d1019 + 3f6ba41 commit d8c7955
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion _sass/_masthead.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
white-space: nowrap;

&--lg {
padding-right: 3em;
padding-right: 2em;
font-weight: 700;
}
}

0 comments on commit d8c7955

Please sign in to comment.