Adjust logo sizing, header height, and font style on main landing page

This commit is contained in:
2026-05-25 21:11:12 +09:00
parent 8eb1bcb12e
commit 3e2afacb95
2 changed files with 9 additions and 9 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

+9 -9
View File
@@ -16,7 +16,7 @@
--muted: #627590; --muted: #627590;
--success: #127a46; --success: #127a46;
--danger: #b91c1c; --danger: #b91c1c;
--header-h: 110px; --header-h: 55px;
} }
/* ── 리셋 & 기본 ─────────────────────────────────── */ /* ── 리셋 & 기본 ─────────────────────────────────── */
@@ -88,9 +88,8 @@ a { color: inherit; text-decoration: none; }
.brand-logo-mark svg { color: #fff; } .brand-logo-mark svg { color: #fff; }
.brand-logo-img { .brand-logo-img {
width: 100px; width: auto;
height: 100px; height: auto;
object-fit: contain;
} }
.brand-logo-img--full { .brand-logo-img--full {
@@ -341,8 +340,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: 100px; height: 55px;
height: 100px; width: auto;
object-fit: contain; object-fit: contain;
flex-shrink: 0; flex-shrink: 0;
} }
@@ -361,9 +360,10 @@ a { color: inherit; text-decoration: none; }
} }
.header-portal { .header-portal {
font-size: 11px; font-size: 24px;
color: rgba(255,255,255,.45); font-weight: 700;
font-weight: 400; color: #ffffff;
letter-spacing: -0.5px;
} }
.header-user { .header-user {