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;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
max-width: 1400px;
|
width: 100%;
|
||||||
margin: 0 auto;
|
padding: 0 var(--space-4);
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-left .brand {
|
.header-left .brand {
|
||||||
|
|||||||
Reference in New Issue
Block a user