Skip to content

Commit

Permalink
css width;
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrizhu committed Oct 31, 2024
1 parent 5666ae6 commit 1ed8421
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ ul {
}

@media screen and (min-width:2304px) {
body {
width: 40%;
}
}

@media screen and (min-width:3840px) {
body {
width: 30%;
}
Expand Down

0 comments on commit 1ed8421

Please sign in to comment.