From b5ff148ebcfa9d956a28e6d98dfcd101d46ea4fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Sun, 9 Aug 2026 08:27:30 +0400 Subject: [PATCH] =?UTF-8?q?fix:=20=D0=BB=D0=BE=D0=B3=D0=BE=20=D1=81=20widt?= =?UTF-8?q?h/height?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/main.go | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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) {
- +