From 446bf0c795c486db8afe7ed9682f0ddba7e64e8b Mon Sep 17 00:00:00 2001 From: rjzupkoii Date: Sat, 20 Apr 2024 11:16:38 -0400 Subject: [PATCH] Closes #2055 with adjustment to masthead-height --- _sass/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/_variables.scss b/_sass/_variables.scss index a77f03179e72f..536cf720401a1 100644 --- a/_sass/_variables.scss +++ b/_sass/_variables.scss @@ -43,7 +43,7 @@ $type-size-7 : 0.6875em; // ~11px $type-size-8 : 0.625em; // ~10px /* masthead properties */ -$masthead-height : 50px; +$masthead-height : 70px; /* Sidebar properties */ $sidebar-min-width : 1024px;