From a1581480576fe343cbfc4b30ebd63f252a167f71 Mon Sep 17 00:00:00 2001 From: oliver Date: Fri, 24 Apr 2026 12:40:30 -0300 Subject: [PATCH] feat: logo.png in nav, buttons beside logo, FormData session_id for chat webhook --- index.html | 35 ++++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 15 deletions(-) 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 @@