diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-03-02 00:28:06 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-03-02 00:28:06 -0400 |
commit | 842248934a300e2aa961b38854b8fbde5f104576 (patch) | |
tree | 96ca6e4f2f2a1958c153df4fce2bad4ebe223f7d /src/static/site3.css | |
parent | 63c533209f2ffff3d9de737feef917ab83261d1d (diff) |
proper wide sidebar on mobile/tablet
Diffstat (limited to 'src/static/site3.css')
-rw-r--r-- | src/static/site3.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/static/site3.css b/src/static/site3.css index 77ac9b49..c30398aa 100644 --- a/src/static/site3.css +++ b/src/static/site3.css @@ -781,6 +781,10 @@ img { display: none; } +.sidebar .image-container { + max-width: 350px; +} + /* Grid listings */ .grid-listing { @@ -1548,6 +1552,7 @@ html[data-language-code="preview-en"][data-url-key="localized.home"] #content flex-basis: unset !important; margin-right: 0 !important; margin-left: 0 !important; + width: 100%; } .sidebar .news-entry:not(.first-news-entry) { |