diff --git a/design/uiux/prototype/12-회의록목록조회.html b/design/uiux/prototype/12-회의록목록조회.html
index bacf3f7..3009595 100644
--- a/design/uiux/prototype/12-회의록목록조회.html
+++ b/design/uiux/prototype/12-회의록목록조회.html
@@ -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);
- }
- }