From 07d34fb43a97162bb1643746e5dde39489637550 Mon Sep 17 00:00:00 2001 From: SLUR <125234156+slur16105@users.noreply.github.com> Date: Thu, 18 Jun 2026 12:28:07 +0900 Subject: [PATCH] fix: adjust nav height for dual announcement banners (#2473) --- 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;