« get me outta code hell

css: tweak sticky heading padding before cover art - 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>2024-01-12 13:21:01 -0400
committer(quasar) nebula <qznebula@protonmail.com>2024-03-16 13:30:35 -0300
commitc2019cab1e121e6e324fb74188652e541c30b6c2 (patch)
tree082639765ef333c5b3e0785faeaf697320557da1 /src/static
parent02345eb774995008d0a36733889d110a0859b841 (diff)
css: tweak sticky heading padding before cover art
Diffstat (limited to 'src/static')
-rw-r--r--src/static/site6.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/static/site6.css b/src/static/site6.css
index fbf2521..f5a7786 100644
--- a/src/static/site6.css
+++ b/src/static/site6.css
@@ -1842,7 +1842,7 @@ main.long-content .content-sticky-heading-container .content-sticky-subheading-r
 
 .content-sticky-heading-row h1 {
   margin: 0;
-  padding-right: 10px;
+  padding-right: 20px;
 }
 
 .content-sticky-heading-cover-container {
@@ -2281,6 +2281,10 @@ html[data-language-code="preview-en"][data-url-key="localized.home"] #content
     z-index: 2;
   }
 
+  .content-sticky-heading-row h1 {
+    padding-right: 10px;
+  }
+
   /* Let sticky heading text span past lower-index cover art */
 
   .content-sticky-heading-container.has-cover .content-sticky-heading-row,