Skip to content

Commit 3f6ba41

Browse files
committed
Fix misalignment of navigation bar with post body
There was a regression in the template updates where the navigation bar no longer aligns with the post left margin at normal viewport.
1 parent cbc57c4 commit 3f6ba41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_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)