diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-08-01 17:59:57 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-08-01 17:59:57 +0200 |
commit | 13ac9543cbdda3ee3bab8f759e9c404e3674656e (patch) | |
tree | d4e1e8c0fcbff7a8772ab77981be657307d76372 /static | |
parent | 78d6aeedffa428dba1394eecb32a9534ecd04202 (diff) |
Create new button-grid class
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index 3f0ac91..2b778f1 100644 --- a/static/style.css +++ b/static/style.css @@ -2157,7 +2157,7 @@ textarea, margin-top: var(--block-spacing-vertical); } -.country-grid, .series-grid, .lang-grid { +.button-grid { display: grid; grid-template-columns: repeat( auto-fit, |