diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-11-16 17:38:17 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-11-16 17:38:35 -0400 |
commit | fbcfb88ea407ab76d278c28f1f0711502ab2fbf9 (patch) | |
tree | 5f27926122c751db237c3bbe42542646c186c889 /src/static | |
parent | c9c8ccfbeb6a013131dee429da0f12192364a8d0 (diff) |
content, css: quick visual fixes for commentary entries
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 ba44ec37..dd16cbf9 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); } @@ -1700,7 +1701,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; |