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 2fec80f commit 5666ae6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,19 @@ ul {

@media screen and (min-width:768px) {
body {
width: 70%;
width: 60%;
}
}

@media screen and (min-width:1920px) {
body {
width: 60%;
width: 50%;
}
}

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

Expand Down

0 comments on commit 5666ae6

Please sign in to comment.