Skip to content

Commit

Permalink
set max page width to 1000px
Browse files Browse the repository at this point in the history
  • Loading branch information
yOOs-dz committed Jul 8, 2024
1 parent 875c06f commit 6334ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ body {

.container {
margin: 0 auto;
max-width: 1280px;
max-width: 1000px;
padding: 0 10px;
width: 100%;
}
Expand Down

0 comments on commit 6334ba2

Please sign in to comment.