diff options
author | metamuffin <metamuffin@disroot.org> | 2023-12-22 16:02:07 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-12-22 16:02:07 +0100 |
commit | 208a845a28f47fb6aef56ba447cfc7c2e093ac20 (patch) | |
tree | 59489d69c88f0a0a2ee6327ad5d22b376e84823c /web/style | |
parent | b14f5d3f194aa96d32fa4ced2e7cc5fc705ef22d (diff) | |
parent | 497e5402ca279648e40c6c0964466a47fb08e5d3 (diff) | |
download | jellything-208a845a28f47fb6aef56ba447cfc7c2e093ac20.tar jellything-208a845a28f47fb6aef56ba447cfc7c2e093ac20.tar.bz2 jellything-208a845a28f47fb6aef56ba447cfc7c2e093ac20.tar.zst |
Merge branch 'master' of codeberg.org:metamuffin/jellything
Diffstat (limited to 'web/style')
-rw-r--r-- | web/style/layout.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/style/layout.css b/web/style/layout.css index d599abf..16ae668 100644 --- a/web/style/layout.css +++ b/web/style/layout.css @@ -121,4 +121,9 @@ footer p { .homelist ul { padding-left: 0; } +} +@media (max-width: 600px), (max-height: 800px) { + #main h2 { + margin: 0; + } }
\ No newline at end of file |