diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-08-01 18:00:22 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-08-01 18:00:22 +0200 |
commit | af6d95679e92202acd92e1034bb9810ac34d7ded (patch) | |
tree | 804b1f2983e90a005f638dbef49e64dea8bea101 /static | |
parent | dfbd64ac9b57e643c32e6a416a982c729dd482b4 (diff) |
Remove unused styles
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css index e80e71d..37bad84 100644 --- a/static/style.css +++ b/static/style.css @@ -2149,11 +2149,11 @@ textarea, min-width: 0; } -.country-grid, .series-grid { +.country-grid { row-gap: var(--grid-spacing-vertical); } -.country-grid:first-of-type, .series-grid:first-of-type { +.country-grid:first-of-type { margin-top: var(--block-spacing-vertical); } |