diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-03-30 07:05:06 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-03-30 07:05:06 -0300 |
commit | 8ba24ca60ea3019f3d1438092c6888ac239105e9 (patch) | |
tree | 2ee8ccff1f8e2e6e51d002dde18b57f3e83e3641 /src | |
parent | 217a29e99c701a689273cc426a0544b274cf1ea1 (diff) |
css: line-height on imaginary static heading too preview
Whoops LOL
Diffstat (limited to 'src')
-rw-r--r-- | src/static/css/site.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index dd22a026..7eabc58b 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -2992,6 +2992,10 @@ main.long-content .content-sticky-heading-container .content-sticky-subheading-r position: relative; margin: 0; padding-right: 20px; +} + +.content-sticky-heading-row h1, +.imaginary-static-heading-title { line-height: 1.4; } |