diff options
| author | Karan Jayachandra <karan.jayachandra@nxp.com> | 2025-11-12 21:54:08 +0100 |
|---|---|---|
| committer | Karan Jayachandra <karan.jayachandra@nxp.com> | 2025-11-12 21:54:08 +0100 |
| commit | ea74dc9eba99945f93e82949e4717598df3a45d1 (patch) | |
| tree | 133f7608c3c9b36aadcedd373466559dc5261f8d | |
| parent | 6dff11c285d4990bb9a5b11d6ac36d491bea8de3 (diff) | |
Simplified the CSS
| -rw-r--r-- | index.css | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -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; |
