Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
SUMAn9682 authored Oct 5, 2024
1 parent 4a04120 commit a604b5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
/* Media query for small devices (phones) */
@media (max-width: 768px) {
#scoreBox, #HighScoreBox {
font-size: 5vh; /* Increase font size for smaller screens */
font-size: 9vh; /* Increase font size for smaller screens */
}
}

/* Media query for very small devices (phones in landscape) */
@media (max-width: 480px) {
#scoreBox, #HighScoreBox {
font-size: 6vh; /* Further increase font size for very small screens */
font-size: 10vh; /* Further increase font size for very small screens */
}
}

Expand Down

0 comments on commit a604b5f

Please sign in to comment.