Skip to content

Commit

Permalink
Fix timer box css
Browse files Browse the repository at this point in the history
  • Loading branch information
JYNguyen committed Apr 25, 2024
1 parent 911c580 commit f505f2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion html/style_lobby.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,11 @@ select {
#timerSection {
margin-top: 20px; /* Adjust the margin as needed */
padding: 10px; /* Add padding for space around the timer */
border: 2px solid #ccc; /* Add a border around the timer section */
border: 4px solid #ccc; /* 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 */
overflow: hidden; /* Hide any content that exceeds the specified height */
}

/* Add styles for the timer text */
Expand Down

0 comments on commit f505f2f

Please sign in to comment.