Skip to content

Commit

Permalink
Reduce spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
pcprince committed Aug 28, 2024
1 parent 3989cda commit 6574160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions play.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ <h1 class="modal-title fs-5" id="staticBackdropLabel">Paused</h1>

<div class="container-fluid">

<div class="row" style="margin-top: 10px;">
<div class="row" style="margin-top: 5px;">
<div class="col" style="text-align: center;">
<button class="btn btn-success btn-timer" id="start-timer-button" disabled>Start</button>
<button class="btn btn-secondary btn-timer" id="pause-timer-button" disabled style="display: none;">Pause</button>
Expand All @@ -195,7 +195,7 @@ <h1 class="modal-title fs-5" id="staticBackdropLabel">Paused</h1>
</div>
</div>

<div class="row" style="margin-top: 10px;">
<div class="row">
<div class="col" style="text-align: center;">
<span id="timer-span" style="font-size: xx-large;">00:00</span>
</div>
Expand Down

0 comments on commit 6574160

Please sign in to comment.