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; --muted: #627590;
--success: #127a46; --success: #127a46;
--danger: #b91c1c; --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-mark svg { color: #fff; }
.header-logo-img { .header-logo-img {
height: 48px; width: 284px;
width: auto; height: 284px;
object-fit: contain; object-fit: contain;
flex-shrink: 0; flex-shrink: 0;
} }
+2 -1
View File
@@ -11,7 +11,8 @@
<!-- ── 헤더 ── --> <!-- ── 헤더 ── -->
<header class="header"> <header class="header">
<div class="header-brand"> <div class="header-brand">
<span class="header-brand-title">DBX 업무포털</span> <img src="/static/dbx-logo.png" alt="DBX Corporation" class="header-logo-img" />
<span class="header-portal">업무 포털</span>
</div> </div>
<div class="header-user"> <div class="header-user">