diff --git a/design/uiux/prototype/03-회의예약.html b/design/uiux/prototype/03-회의예약.html index 5fec960..67141bd 100644 --- a/design/uiux/prototype/03-회의예약.html +++ b/design/uiux/prototype/03-회의예약.html @@ -47,13 +47,8 @@ /* 데스크톱: 헤더 조정 */ @media (min-width: 768px) { .header { - left: 240px; padding: 0 var(--space-xl); } - - .back-btn { - display: none; - } } /* 메인 콘텐츠 */ @@ -66,10 +61,11 @@ /* 데스크톱: 메인 콘텐츠 조정 */ @media (min-width: 768px) { .main-content { - margin-left: 240px; padding: var(--space-xl); padding-bottom: var(--space-xl); max-width: 1200px; + margin-left: auto; + margin-right: auto; } } @@ -241,37 +237,6 @@
- - -