fix: 헤더 레이아웃 - 브랜드 왼쪽, 계정 오른쪽 배치

- max-width 제거하고 width: 100%로 변경
- justify-content: space-between으로 양쪽 끝 배치

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Hyungi Ahn
2026-02-02 14:31:57 +09:00
parent 9998d9df96
commit 5f1791443a

View File

@@ -89,8 +89,8 @@ body {
display: flex;
align-items: center;
justify-content: space-between;
max-width: 1400px;
margin: 0 auto;
width: 100%;
padding: 0 var(--space-4);
}
.header-left .brand {