Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fixed width that's lesser than the content width #472
  • Loading branch information
Ananyasingh2002 committed Oct 15, 2023
commit 0aec47b9a6c0900fa927da6e1dcc05b3b1f8051d
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