diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-08-15 19:44:19 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-08-15 19:44:19 -0300 |
commit | c8de5fa3dfc3546a7ca603acee8f24a79f062b26 (patch) | |
tree | 74fa6d85d657a36e6df7f69683e4e0238bf97cb5 | |
parent | 1b0516e8b8ec0a1b07a07d281e2be29e5d72559e (diff) |
css: pad sticky-heading's h1 to avoid touching main cover art
-rw-r--r-- | src/static/site4.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/static/site4.css b/src/static/site4.css index dd6f104e..6fffba4a 100644 --- a/src/static/site4.css +++ b/src/static/site4.css @@ -1325,6 +1325,7 @@ main.long-content .content-sticky-heading-container .content-sticky-subheading-r .content-sticky-heading-row h1 { margin: 0; + padding-right: 10px; } .content-sticky-heading-cover-container { |