Skip to content

Commit d8c7955

Browse files
authored
Merge pull request academicpages#2451 from Samir-Rashid/fix-padding-misalignment
Fix padding misalignment
2 parents 05d1019 + 3f6ba41 commit d8c7955

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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;

_sass/_masthead.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
white-space: nowrap;
5353

5454
&--lg {
55-
padding-right: 3em;
55+
padding-right: 2em;
5656
font-weight: 700;
5757
}
5858
}

0 commit comments

Comments
 (0)