From 2b5a120bd3900d5cecbe355d336a4ea8d3a1b31a Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Wed, 12 Nov 2025 14:37:19 +0100 Subject: Prettified the code and cleaned up the light/dark mode --- index.css | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'index.css') diff --git a/index.css b/index.css index 63d12d6..d035b3b 100644 --- a/index.css +++ b/index.css @@ -1,17 +1,17 @@ .button-grid { - display: grid; - grid-template-columns: repeat(3, 1fr); - grid-column-gap: 30px; - grid-row-gap: 30px; + display: grid; + grid-template-columns: repeat(3, 1fr); + grid-column-gap: 30px; + grid-row-gap: 30px; } .button-grid button { - padding: 10px; - text-align: center; + padding: 10px; + text-align: center; } -#timer-display{ - text-align: center; - width: fit-content; +#timer-display { + text-align: center; + width: fit-content; } table { - font-size: 1.4em; -} \ No newline at end of file + font-size: 1.5em; +} -- cgit v1.3.1