diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2025-11-15 19:12:25 +0100 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2025-11-15 19:12:25 +0100 |
| commit | 7cec8794b6616d294b6a0e8aab3b9d8b1dcdb6db (patch) | |
| tree | b5283f089aa89fbe577f899b65e9db2661c8a9db /src/style.css | |
| parent | c0c4897f2ef9eb9ae444bc05407c3cdf420c3461 (diff) | |
Added the change to Pico CSS
Diffstat (limited to 'src/style.css')
| -rw-r--r-- | src/style.css | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/style.css b/src/style.css index cb46ed5..197597b 100644 --- a/src/style.css +++ b/src/style.css @@ -3,16 +3,18 @@ grid-template-columns: repeat(6, 1fr); grid-gap: 15px; } -.card { - height: 100%; -} #timer-display { text-align: center; width: 100px; } +@media (min-width: 900px) { + #Regular_list button { + height: 100px; + } +} @media (max-width: 900px) { .grid-container { grid-template-columns: repeat(1, 1fr); } -}
\ No newline at end of file +} |
