fix: 헤더 레이아웃 - 브랜드 왼쪽, 계정 오른쪽 배치
- max-width 제거하고 width: 100%로 변경 - justify-content: space-between으로 양쪽 끝 배치 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user