Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
alaughingpillow authored Dec 14, 2024
1 parent d7ed86e commit 7323265
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -282,12 +282,11 @@ button:active {
}
@media (orientation: portrait) {
#game-container {
width: 100vw;
height: calc(100vh - 10vh); /* Subtract space to avoid overlaps */
margin: auto; /* Center the game container */
transform: none;
transform: scale(0.9);
transform-origin: center center;
}
}




0 comments on commit 7323265

Please sign in to comment.