« get me outta code hell

css: ensure some margin above cover grids - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
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
commit553e714535eb097db61e0190a8e4064425e39bd2 (patch)
tree201195e2f99cd1d16fc3488c72c260067bfe761a
parentbf81f37eb550f649572425747caf70dc7f3885c3 (diff)
css: ensure some margin above cover grids
-rw-r--r--src/static/css/site.css1
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-"]))) {