design: 레이아웃 너비 수정

This commit is contained in:
jhynsoo 2024-08-07 14:07:30 +09:00
parent d2e4d2e5a4
commit 0216c2aa3c
2 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,7 @@
display: flex;
flex-direction: column;
justify-content: space-between;
min-width: 1360px;
min-height: 100vh;
}

View File

@ -167,7 +167,6 @@ body {
sans-serif;
margin: 0;
padding: 0;
min-width: 1360px;
}
a {