aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorKaran Jayachandra <mail@karanjayachandra.com>2025-11-09 19:22:25 +0100
committerKaran Jayachandra <mail@karanjayachandra.com>2025-11-09 19:22:25 +0100
commitdd0c6a458ef5229a5fddf0e7cae25fb3a5d495f7 (patch)
tree84c88da193ad95871482456be5babb5c12e01aa0 /index.html
parent02d11ff6d5392ae6207380ea7656f8060a5a8c0b (diff)
Cleaned up the index
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index bd3c8cb..e58a3da 100644
--- a/index.html
+++ b/index.html
@@ -13,11 +13,11 @@
<section class="section">
<div class="container">
<div class="columns">
- <div class="column is-one-quarter"><img src="icon.svg"></div>
+ <div class="column is-one-quarter"><img src="icon.svg" style="height: 80%;"></div>
<div class="column is-one-quarter"><h1 class="title">Match Up!</h1></div>
<div class="column">
<div class="field">
- <div class="field is-grouped is-grouped-right has-addons">
+ <div class="field is-grouped is-grouped-right">
<button class="button is-danger" id="timer-dec">-</button>
<input class="input" id="timer-display" type="text" readonly></input>
<button class="button is-success" id="timer-inc">+</button>