diff options
Diffstat (limited to 'static/style.css')
-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); } |