diff --git a/server/main.go b/server/main.go index 24fb52c..aed132b 100644 --- a/server/main.go +++ b/server/main.go @@ -172,9 +172,11 @@ func rootHandler(w http.ResponseWriter, r *http.Request) { background: var(--card-bg); border-bottom: 1px solid var(--border); padding: 16px 24px; - display: flex; align-items: center; gap: 12px; } - .header svg { width: 120px; height: auto; } + .logo { + font-size: 24px; font-weight: 700; color: #001C34; + letter-spacing: -0.5px; + } .main { flex: 1; display: flex; align-items: center; justify-content: center; @@ -219,7 +221,7 @@ func rootHandler(w http.ResponseWriter, r *http.Request) {
- +