Skip to content

Commit

Permalink
fixed bugs in adaptive
Browse files Browse the repository at this point in the history
  • Loading branch information
aurudio authored Oct 11, 2024
1 parent a34ebe8 commit fbc9036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/adaptive.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@media all and (max-width: 1441px) {
.container {
width: 100vw;
width: 100%;
gap: 4.7vw;
justify-content: center;
}
Expand Down Expand Up @@ -380,4 +380,4 @@
border-radius: 0;
}

}
}

0 comments on commit fbc9036

Please sign in to comment.