From 0c007e64325cea3b55b2a8f4f35174f36f1b0d85 Mon Sep 17 00:00:00 2001 From: king Date: Sun, 24 May 2026 01:26:37 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=A1=9C=EA=B3=A0=20=ED=81=AC=EA=B8=B0?= =?UTF-8?q?=20=ED=8E=98=EC=9D=B4=EC=A7=80=EB=B3=84=20=EB=B6=84=EB=A6=AC=20?= =?UTF-8?q?(denied=20284px,=20=EB=82=98=EB=A8=B8=EC=A7=80=20100px)?= 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 | 16 ++++++++++------ app/templates/denied.html | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/app/static/styles.css b/app/static/styles.css index 9516eb7..40a7536 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -16,7 +16,7 @@ --muted: #627590; --success: #127a46; --danger: #b91c1c; - --header-h: 284px; + --header-h: 110px; } /* ── 리셋 & 기본 ─────────────────────────────────── */ @@ -88,12 +88,16 @@ a { color: inherit; text-decoration: none; } .brand-logo-mark svg { color: #fff; } .brand-logo-img { - height: 44px; - width: auto; - max-width: 200px; + width: 100px; + height: 100px; object-fit: contain; } +.brand-logo-img--full { + width: 284px; + height: 284px; +} + .brand-name { font-size: 22px; font-weight: 700; @@ -337,8 +341,8 @@ a { color: inherit; text-decoration: none; } .header-logo-mark svg { color: #fff; } .header-logo-img { - width: 284px; - height: 284px; + width: 100px; + height: 100px; object-fit: contain; flex-shrink: 0; } diff --git a/app/templates/denied.html b/app/templates/denied.html index d91da9b..9f3dd99 100644 --- a/app/templates/denied.html +++ b/app/templates/denied.html @@ -23,7 +23,7 @@