From a52b66868d1f1a053d13215b1a102dc39442d3d5 Mon Sep 17 00:00:00 2001 From: king Date: Sun, 24 May 2026 01:02:24 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=A1=9C=EA=B7=B8=EC=9D=B8=20=EB=B8=8C?= =?UTF-8?q?=EB=9E=9C=EB=93=9C=20=ED=8C=A8=EB=84=90=20=EB=A1=9C=EA=B3=A0=20?= =?UTF-8?q?=ED=81=AC=EA=B8=B0=20=EC=B6=95=EC=86=8C=20(44px=20=E2=86=92=202?= =?UTF-8?q?8px)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- app/static/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/static/styles.css b/app/static/styles.css index 573be34..b804d82 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -88,8 +88,9 @@ a { color: inherit; text-decoration: none; } .brand-logo-mark svg { color: #fff; } .brand-logo-img { - height: 44px; + height: 28px; width: auto; + max-width: 160px; object-fit: contain; }