From 608d02597bbaf315f6201cad4c97251ce498216a Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Wed, 24 Sep 2025 02:52:13 -0700 Subject: [PATCH] update nav height to 81px --- src/themes/_layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/themes/_layout.scss b/src/themes/_layout.scss index 1061c913..99c66a9e 100644 --- a/src/themes/_layout.scss +++ b/src/themes/_layout.scss @@ -1,7 +1,7 @@ @use 'spacing'; // Navigation and header heights -$nav-height: 76px; +$nav-height: 81px; // Matches actual navigation height with avatar $nav-height-mobile: 60px; // Scale factors