Skip to content

Commit 2db7894

Browse files
Fixed Row spacing
1 parent 075f155 commit 2db7894

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

timer/timer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@
6969

7070
<div class="row">
7171
<!-- <input type="timecode" id="stop-time" name="stop-time" class="col-9 resetAble" value="" placeholder="XX:XX:XX" autocomplete="off"> -->
72-
<input type="button" id="stop-timer-button" value="Stop Timer" class="col-4">
73-
<div class="col-9" id="stop-timer-div" style="display: none">
72+
<input type="button" id="stop-timer-button" value="Stop Timer" class="">
73+
<div class="" id="stop-timer-div" style="display: none">
7474
<h1 class="" id="stop-timer">10:00</h1><input type="button" class="timer-button fa fa-input" id="stop-button" value="&#xf28d;"><input type="button" class="timer-button fa fa-input" id="restart-button" value="&#xf1da;">
7575
</div>
7676

0 commit comments

Comments
 (0)