Skip to content

Commit

Permalink
fix: mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez committed Oct 16, 2024
1 parent df6af48 commit d190325
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,10 @@ w3m-modal {

.nws-modal {
max-width: 500px !important;
}

@media (max-width: 576px) {
.nws-modal, .modal-left {
max-height: 280px !important;
}
}

0 comments on commit d190325

Please sign in to comment.