diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-11-17 16:34:12 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-11-17 16:35:55 -0400 |
commit | 02ec6fe9d628d3675645fab41eadef5397d269c3 (patch) | |
tree | 5427e965ac7f5c6d9499f0a7a0248e01eadad824 /src/static/css/site.css | |
parent | 8069865a16a0dc4c2e1bbab1e0c1c11e45658d7b (diff) |
content, css: generatePageLayout: move subtitle beneath cover
Diffstat (limited to 'src/static/css/site.css')
-rw-r--r-- | src/static/css/site.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index 1ffe02fb..be13fded 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -2963,6 +2963,14 @@ html[data-language-code="preview-en"][data-url-key="localized.home"] #content z-index: 2; } + /* ...Except on top-indexes, where cover art is displayed prominently + * between the heading and subheading. + */ + #content.top-index #cover-art-container { + float: none; + margin: 2em auto 2.5em auto; + } + html[data-url-key="localized.home"] #page-container.showing-sidebar-left .grid-listing > .grid-item:not(:nth-child(n+7)) { flex-basis: 23%; margin: 15px; |