mirror of
https://github.com/hwanny1128/HGZero.git
synced 2025-12-06 12:36:23 +00:00
회의록 목록조회 화면 여백 최적화
- max-width 제거하여 가용 공간을 최대한 활용 - 참조 이미지(여백 조정요청.png)처럼 컨텐츠가 화면을 가득 채우도록 개선 - 좌우 과도한 여백 제거하여 자연스러운 레이아웃 구현 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
dbd8f08886
commit
0a55b2924b
@ -74,14 +74,7 @@
|
|||||||
margin-left: 240px; /* 사이드바 너비만큼 왼쪽 여백 추가 */
|
margin-left: 240px; /* 사이드바 너비만큼 왼쪽 여백 추가 */
|
||||||
padding: var(--space-xl);
|
padding: var(--space-xl);
|
||||||
padding-bottom: var(--space-xl);
|
padding-bottom: var(--space-xl);
|
||||||
max-width: 1400px; /* 최대 너비 설정으로 과도한 좌우 여백 방지 */
|
/* max-width 제거: 가용 공간을 모두 활용하여 여백 최소화 */
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* 큰 화면: 컨텐츠를 더 넓게 활용 */
|
|
||||||
@media (min-width: 1440px) {
|
|
||||||
.main-content {
|
|
||||||
max-width: 1600px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user