Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
muktar1907 committed Apr 25, 2024
2 parents ae05d9b + 37e76dd commit 01fd783
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ <h1>The Word Search Game</h1>

</div>

<!-- Timer section -->
<div id="timerSection">
<h2>Timer: <span id="timer">30</span> seconds</h2>
</div>

<!-- Leaderboard section -->
<div id="leaderboardContainer">
<h2>Leaderboard</h2>
Expand All @@ -69,6 +64,11 @@ <h2>Leaderboard</h2>
</table>
</div>

<!-- Timer section -->
<div id="timerSection">
<h2>Timer: <span id="timer">30</span> seconds</h2>
</div>

<!--Grid table-->

<div>
Expand Down
4 changes: 2 additions & 2 deletions html/style_lobby.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,12 @@ select {

/* Add styles for the leaderboard section */
#leaderboardContainer {
flex-basis: 40%;
flex-basis: 50%;
padding: 20px;
background: white;
border: 1px solid black;
overflow-y: scroll;
overflow-x: hidden;
overflow-x: auto;
}
#leaderboardTable {
width: 100%;
Expand Down

0 comments on commit 01fd783

Please sign in to comment.