fix: 로고 크기 페이지별 분리 (denied 284px, 나머지 100px)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-24 01:26:37 +09:00
parent b070fabb96
commit 0c007e6432
2 changed files with 11 additions and 7 deletions
+10 -6
View File
@@ -16,7 +16,7 @@
--muted: #627590; --muted: #627590;
--success: #127a46; --success: #127a46;
--danger: #b91c1c; --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-mark svg { color: #fff; }
.brand-logo-img { .brand-logo-img {
height: 44px; width: 100px;
width: auto; height: 100px;
max-width: 200px;
object-fit: contain; object-fit: contain;
} }
.brand-logo-img--full {
width: 284px;
height: 284px;
}
.brand-name { .brand-name {
font-size: 22px; font-size: 22px;
font-weight: 700; font-weight: 700;
@@ -337,8 +341,8 @@ a { color: inherit; text-decoration: none; }
.header-logo-mark svg { color: #fff; } .header-logo-mark svg { color: #fff; }
.header-logo-img { .header-logo-img {
width: 284px; width: 100px;
height: 284px; height: 100px;
object-fit: contain; object-fit: contain;
flex-shrink: 0; flex-shrink: 0;
} }
+1 -1
View File
@@ -23,7 +23,7 @@
</div> </div>
<div class="brand-logo"> <div class="brand-logo">
<img src="/static/dbx-logo.png" alt="DBX Corporation" class="brand-logo-img" /> <img src="/static/dbx-logo.png" alt="DBX Corporation" class="brand-logo-img brand-logo-img--full" />
</div> </div>
<div class="brand-body"> <div class="brand-body">