diff --git a/index.html b/index.html index 9141e86..8f55bd4 100644 --- a/index.html +++ b/index.html @@ -100,10 +100,9 @@ backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 1px solid var(--border); - display: grid; - grid-template-columns: 1fr auto 1fr; + display: flex; align-items: center; - gap: 24px; + gap: 16px; padding: 0 8vw; } @@ -328,17 +327,25 @@ .nav-chat-toggle:hover { color: var(--gold-hi); } + .nav-logo { + flex-shrink: 0; + } + .nav-logo img { + height: 36px; + width: auto; + display: block; + } .nav-center { display: flex; align-items: center; gap: 12px; - justify-content: center; + margin-left: 12px; } .nav-right { display: flex; align-items: center; - justify-content: flex-end; gap: 12px; + margin-left: auto; } .nav-cta-sm { display: none; @@ -1253,10 +1260,6 @@ .hero h1 { font-size: 1.9rem; } - nav { - grid-template-columns: 1fr auto; - gap: 12px; - } .nav-center { display: none; } @@ -1304,7 +1307,9 @@