Skip to content

Commit

Permalink
Refactor media query in Modal.css for better responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
BumpyClock committed Apr 12, 2024
1 parent 5a0c2ee commit 79e3760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Modal/Modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

}

@media screen and (min-width: 750px and max-width: 1150px) {
@media screen and (min-width: 750px) and (max-width: 1150px) {
.modal-container-content {
width:85vw;
}
Expand Down

0 comments on commit 79e3760

Please sign in to comment.