diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-11-17 14:19:33 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-11-17 16:35:08 -0400 |
commit | 36dd9637dcdd62ae16dec31c9325b439d11a95e4 (patch) | |
tree | b20fa17242e19a596423717f18a9321ed4291563 /src/static/css/site.css | |
parent | e6aa957cc3bde791c3e0ee0e05dbf4fad0438481 (diff) |
content, css: generatePageLayout: subtitle slot
Diffstat (limited to 'src/static/css/site.css')
-rw-r--r-- | src/static/css/site.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index 32b25bd4..65f14e91 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -1450,6 +1450,16 @@ html[data-url-key="localized.home"] #content h1 { margin-bottom: 0.25em; } +#content.top-index.has-subtitle h1 { + margin-bottom: 0.35em; +} + +#content.top-index h2.page-subtitle { + font-size: 1.8em; + margin-top: 0.35em; + margin-bottom: 0.5em; +} + .quick-info { text-align: center; padding-left: calc(var(--responsive-padding-ratio) * 100%); |