From c867980a4cfb309becfd8a0928e51dfffbf27497 Mon Sep 17 00:00:00 2001 From: "hoseong.lee" Date: Tue, 16 Jun 2026 00:39:28 +0900 Subject: [PATCH] fix: adjust nav height for dual announcement banners --- website/src/styles/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/styles/custom.css b/website/src/styles/custom.css index 6ab5b2ee5..23b0dfb30 100644 --- a/website/src/styles/custom.css +++ b/website/src/styles/custom.css @@ -15,7 +15,7 @@ ============================================ */ :root { --ai-banner-height: 2.75rem; - --sl-nav-height: 6.25rem; /* Base nav height (~3.5rem) + banner height (2.75rem) */ + --sl-nav-height: 9rem; /* Base nav (3.5rem) + two announcement banners (2.75rem each) */ /* Full-width content - override Starlight's default 45rem/67.5rem */ --sl-content-width: 65rem;