From 0a55b2924bd257027ccd764af4addd424b1aea20 Mon Sep 17 00:00:00 2001 From: yabo0812 Date: Wed, 22 Oct 2025 10:59:44 +0900 Subject: [PATCH] =?UTF-8?q?=ED=9A=8C=EC=9D=98=EB=A1=9D=20=EB=AA=A9?= =?UTF-8?q?=EB=A1=9D=EC=A1=B0=ED=9A=8C=20=ED=99=94=EB=A9=B4=20=EC=97=AC?= =?UTF-8?q?=EB=B0=B1=20=EC=B5=9C=EC=A0=81=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - max-width 제거하여 가용 공간을 최대한 활용 - 참조 이미지(여백 조정요청.png)처럼 컨텐츠가 화면을 가득 채우도록 개선 - 좌우 과도한 여백 제거하여 자연스러운 레이아웃 구현 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- design/uiux/prototype/12-회의록목록조회.html | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/design/uiux/prototype/12-회의록목록조회.html b/design/uiux/prototype/12-회의록목록조회.html index 90517fa..bacf3f7 100644 --- a/design/uiux/prototype/12-회의록목록조회.html +++ b/design/uiux/prototype/12-회의록목록조회.html @@ -74,14 +74,7 @@ margin-left: 240px; /* 사이드바 너비만큼 왼쪽 여백 추가 */ padding: var(--space-xl); padding-bottom: var(--space-xl); - max-width: 1400px; /* 최대 너비 설정으로 과도한 좌우 여백 방지 */ - } - } - - /* 큰 화면: 컨텐츠를 더 넓게 활용 */ - @media (min-width: 1440px) { - .main-content { - max-width: 1600px; + /* max-width 제거: 가용 공간을 모두 활용하여 여백 최소화 */ } }