aboutsummaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
authorKaran Jayachandra <karan.jayachandra@nxp.com>2025-11-12 21:54:08 +0100
committerKaran Jayachandra <karan.jayachandra@nxp.com>2025-11-12 21:54:08 +0100
commitea74dc9eba99945f93e82949e4717598df3a45d1 (patch)
tree133f7608c3c9b36aadcedd373466559dc5261f8d /index.css
parent6dff11c285d4990bb9a5b11d6ac36d491bea8de3 (diff)
Simplified the CSS
Diffstat (limited to 'index.css')
-rw-r--r--index.css9
1 files changed, 2 insertions, 7 deletions
diff --git a/index.css b/index.css
index d035b3b..1bd8901 100644
--- a/index.css
+++ b/index.css
@@ -1,12 +1,7 @@
.button-grid {
display: grid;
- grid-template-columns: repeat(3, 1fr);
- grid-column-gap: 30px;
- grid-row-gap: 30px;
-}
-.button-grid button {
- padding: 10px;
- text-align: center;
+ grid-template-columns: repeat(4, 1fr);
+ grid-gap: 15px;
}
#timer-display {
text-align: center;