diff options
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 |
commit | 6b8acb160e278119fe229afc91759fc5f6bb26fc (patch) | |
tree | 0c1446b954049e2dcb90c1f59c32474e09244ae9 /src/static | |
parent | 8ab8b20b60c4bf83cfa0fa2b6320b30dacd232a9 (diff) |
css: hanging-indent commentary headings
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/css/site.css | 3 |
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); |