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 */ }