aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-12-22 16:02:07 +0100
committermetamuffin <metamuffin@disroot.org>2023-12-22 16:02:07 +0100
commit208a845a28f47fb6aef56ba447cfc7c2e093ac20 (patch)
tree59489d69c88f0a0a2ee6327ad5d22b376e84823c /web
parentb14f5d3f194aa96d32fa4ced2e7cc5fc705ef22d (diff)
parent497e5402ca279648e40c6c0964466a47fb08e5d3 (diff)
downloadjellything-208a845a28f47fb6aef56ba447cfc7c2e093ac20.tar
jellything-208a845a28f47fb6aef56ba447cfc7c2e093ac20.tar.bz2
jellything-208a845a28f47fb6aef56ba447cfc7c2e093ac20.tar.zst
Merge branch 'master' of codeberg.org:metamuffin/jellything
Diffstat (limited to 'web')
-rw-r--r--web/style/layout.css5
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