diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-01-01 15:25:53 -0400 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-01-01 15:25:53 -0400 |
| commit | 553e714535eb097db61e0190a8e4064425e39bd2 (patch) | |
| tree | 201195e2f99cd1d16fc3488c72c260067bfe761a | |
| parent | bf81f37eb550f649572425747caf70dc7f3885c3 (diff) | |
css: ensure some margin above cover grids
| -rw-r--r-- | src/static/css/site.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index d0d2e563..62321f7c 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -3154,6 +3154,7 @@ video.pixelate, .pixelate video { align-items: flex-start; padding: 5px 15px; box-sizing: border-box; + margin-top: 1em; } .grid-listing:not(:has(.grid-item:not([class*="hidden-by-"]))) { |