« get me outta code hell

content, css: center-align sec artworks attached to main - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-05-17 15:36:48 -0300
committer(quasar) nebula <qznebula@protonmail.com>2025-05-17 15:36:48 -0300
commit58b4970585bccdd77cfe3d3ec68d92a7cd56f5e2 (patch)
tree1bebb8d0bcd1418a8649d3cb162414ba388dd72c /src/static
parent058c1f8919f771ccca163556f1604b3265e45a1c (diff)
content, css: center-align sec artworks attached to main
Diffstat (limited to 'src/static')
-rw-r--r--src/static/css/site.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css
index 47aea1df..aab05e41 100644
--- a/src/static/css/site.css
+++ b/src/static/css/site.css
@@ -1586,6 +1586,13 @@ hr.cute,
   margin-right: 5px;
 }
 
+#artwork-column .cover-artwork:first-child + .cover-artwork-joiner,
+#artwork-column .cover-artwork.attached-artwork-is-main-artwork,
+#artwork-column .cover-artwork.attached-artwork-is-main-artwork + .cover-artwork-joiner {
+  margin-left: 17.5px;
+  margin-right: 17.5px;
+}
+
 .cover-artwork:where(#artwork-column .cover-artwork:not(:first-child)) {
   margin-top: 20px;
 }