diff options
| author | Karan Jayachandra <karan.jayachandra@nxp.com> | 2025-11-12 14:37:19 +0100 |
|---|---|---|
| committer | Karan Jayachandra <karan.jayachandra@nxp.com> | 2025-11-12 14:37:19 +0100 |
| commit | 2b5a120bd3900d5cecbe355d336a4ea8d3a1b31a (patch) | |
| tree | 69b614eafcd781055603a36568f46aa538329bb1 /index.css | |
| parent | 3a4a0f6f2bf9aff14c00c6acee637319d7458bbb (diff) | |
Prettified the code and cleaned up the light/dark mode
Diffstat (limited to 'index.css')
| -rw-r--r-- | index.css | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -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; +} |
