From 3f6ba41e8e2dde112ce7fc41f0d67840ec1028af Mon Sep 17 00:00:00 2001 From: Samir Rashid Date: Wed, 18 Sep 2024 17:10:50 +0000 Subject: [PATCH] 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. --- _sass/_masthead.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/_masthead.scss b/_sass/_masthead.scss index 81a04dbac600..467df09e7da9 100644 --- a/_sass/_masthead.scss +++ b/_sass/_masthead.scss @@ -52,7 +52,7 @@ white-space: nowrap; &--lg { - padding-right: 3em; + padding-right: 2em; font-weight: 700; } } \ No newline at end of file