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;
--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;
}
+1 -1
View File
@@ -23,7 +23,7 @@
</div>
<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 class="brand-body">