« get me outta code hell

css: hanging-indent commentary headings - 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-06-21 20:50:41 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-06-23 21:10:17 -0300
commit6b8acb160e278119fe229afc91759fc5f6bb26fc (patch)
tree0c1446b954049e2dcb90c1f59c32474e09244ae9 /src/static
parent8ab8b20b60c4bf83cfa0fa2b6320b30dacd232a9 (diff)
css: hanging-indent commentary headings
Diffstat (limited to 'src/static')
-rw-r--r--src/static/css/site.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css
index 7979002e..a2fa2c88 100644
--- a/src/static/css/site.css
+++ b/src/static/css/site.css
@@ -1179,7 +1179,8 @@ ul.image-details li {
 
 .commentary-entry-heading {
   margin-left: 15px;
-  padding-left: 5px;
+  padding-left: calc(5px + 1.25ch);
+  text-indent: -1.25ch;
   max-width: 625px;
   padding-bottom: 0.2em;
   border-bottom: 1px dotted var(--primary-color);