Skip to content

Commit

Permalink
fix: map display area expanded for mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
sanua356 committed Aug 9, 2024
1 parent baaab8a commit 15814f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@
}
@media screen and (max-width: 768px) {
.board {
max-width: 70vw;
max-width: 85vw;
}
}
2 changes: 1 addition & 1 deletion src/pages/game/ui/viewUserCards/ViewUserCards.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@
}
@media screen and (max-width: 768px) {
.board {
max-width: 70vw;
max-width: 85vw;
}
}

0 comments on commit 15814f7

Please sign in to comment.