mirror of
https://github.com/hwanny1128/HGZero.git
synced 2026-01-21 21:56:24 +00:00
회의록 목록조회 화면 여백 최적화 (최종)
- 중복 미디어 쿼리에서 max-width: 900px 제거 - margin: auto 제거하여 컨텐츠가 가용 공간 전체 활용 - 참조 이미지(여백 조정요청.png)와 같이 자연스러운 레이아웃 구현 - 오른쪽 과도한 여백 완전 제거 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
0a55b2924b
commit
5fb62c582e
@ -76,6 +76,10 @@
|
||||
padding-bottom: var(--space-xl);
|
||||
/* max-width 제거: 가용 공간을 모두 활용하여 여백 최소화 */
|
||||
}
|
||||
|
||||
.filter-grid {
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
}
|
||||
}
|
||||
|
||||
/* 필터 및 검색 영역 */
|
||||
@ -326,18 +330,6 @@
|
||||
margin-bottom: var(--space-lg);
|
||||
}
|
||||
|
||||
/* 반응형 */
|
||||
@media (min-width: 768px) {
|
||||
.main-content {
|
||||
max-width: 900px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.filter-grid {
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user