diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2025-11-15 20:09:51 +0100 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2025-11-15 20:09:51 +0100 |
| commit | 4ff9794fa2b545134efe341ad012667c67f70d15 (patch) | |
| tree | 52675a68a49928cee6e13044f1e66309a30155ce /src/style.css | |
| parent | 7cec8794b6616d294b6a0e8aab3b9d8b1dcdb6db (diff) | |
Added the changes to include the game counting
Diffstat (limited to 'src/style.css')
| -rw-r--r-- | src/style.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/style.css b/src/style.css index 197597b..d6ea4de 100644 --- a/src/style.css +++ b/src/style.css @@ -7,7 +7,9 @@ text-align: center; width: 100px; } - +#timer { + margin: 0; +} @media (min-width: 900px) { #Regular_list button { height: 100px; |
