From a604b5fc885c0ba4761b6e404b0384025888f08c Mon Sep 17 00:00:00 2001 From: SUMAn9682 Date: Sun, 6 Oct 2024 00:18:29 +0530 Subject: [PATCH] Add files via upload --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 7d411ba..4a520ab 100644 --- a/style.css +++ b/style.css @@ -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 */ } }