Skip to content

Commit

Permalink
fix: 전체 화면크기 min-width 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
YearaChoi committed Aug 6, 2024
1 parent 91568b2 commit 690c36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
body {
width: 100vw !important;
min-width: 1440px !important;
margin: auto !important;
}

0 comments on commit 690c36b

Please sign in to comment.