diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-11-16 17:41:27 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-11-16 17:41:27 -0400 |
commit | f481591b859282e1ea5483c89552375f5570e9e5 (patch) | |
tree | 9c321bf2cf2a483d0b1a250c53d4b7cb969ad7d1 /src/static | |
parent | 1beb0d4712962ed943a18b9aeb81b231ad26691b (diff) | |
parent | fbcfb88ea407ab76d278c28f1f0711502ab2fbf9 (diff) |
Merge branch 'commentary-entries' into album-commentary-tweaks
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/site5.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/static/site5.css b/src/static/site5.css index bfda0ba3..218b4f97 100644 --- a/src/static/site5.css +++ b/src/static/site5.css @@ -540,6 +540,7 @@ p .current { .commentary-entry-heading { margin-left: 15px; padding-left: 5px; + max-width: 625px; padding-bottom: 0.2em; border-bottom: 1px dotted var(--primary-color); } @@ -1713,7 +1714,7 @@ html[data-language-code="preview-en"][data-url-key="localized.home"] #content float: right; width: 40%; max-width: 400px; - margin: -60px 0 10px 10px; + margin: -60px 0 10px 20px; position: relative; z-index: 2; |