fix: adjust nav height for dual announcement banners

This commit is contained in:
hoseong.lee 2026-06-16 00:39:28 +09:00
parent 242dc6ef75
commit c867980a4c
1 changed files with 1 additions and 1 deletions

View File

@ -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;