Skip to content

Commit

Permalink
fixed width that's lesser than the content width git#472
Browse files Browse the repository at this point in the history
  • Loading branch information
Ananyasingh2002 committed Oct 15, 2023
1 parent 5845bd2 commit 0aec47b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,10 @@ body {
display: flex;
margin: 0 auto;
justify-content: center;
flex-wrap: wrap;
}

@media (max-width: 700px) {
@media (max-width: 993px) {
#wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
Expand Down

0 comments on commit 0aec47b

Please sign in to comment.