From 7d303d9387e6c3e1395189b66286fc6c4804cce6 Mon Sep 17 00:00:00 2001 From: Jimmy Nguyen Date: Wed, 24 Apr 2024 20:33:47 -0500 Subject: [PATCH] fix timer height box --- html/style_lobby.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/style_lobby.css b/html/style_lobby.css index 2ba7062..10c1890 100644 --- a/html/style_lobby.css +++ b/html/style_lobby.css @@ -114,7 +114,7 @@ select { border: 4px solid #0e0101; /* Add a border around the timer section */ border-radius: 5px; /* Add rounded corners to the border */ text-align: center; /* Center the timer text */ - height: 100px; /* Set a fixed height for the timer section */ + height: 150px; /* Set a fixed height for the timer section */ overflow: hidden; /* Hide any content that exceeds the specified height */ }