fix: 로고 크기 페이지별 분리 (denied 284px, 나머지 100px)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+10
-6
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user