fix: 메인 헤더 로고 284x284 원본 크기로 표시

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-24 01:23:20 +09:00
parent bad5d04d8b
commit b070fabb96
2 changed files with 5 additions and 4 deletions
+3 -3
View File
@@ -16,7 +16,7 @@
--muted: #627590;
--success: #127a46;
--danger: #b91c1c;
--header-h: 44px;
--header-h: 284px;
}
/* ── 리셋 & 기본 ─────────────────────────────────── */
@@ -337,8 +337,8 @@ a { color: inherit; text-decoration: none; }
.header-logo-mark svg { color: #fff; }
.header-logo-img {
height: 48px;
width: auto;
width: 284px;
height: 284px;
object-fit: contain;
flex-shrink: 0;
}