aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2023-12-22 15:24:08 +0100
committertpart <tpart120@proton.me>2023-12-22 15:24:08 +0100
commit2d7b5e58e82dc597d4646143d41cf31ef89c0737 (patch)
tree8db1ac57b7ec5c98d9987232e54b0e1b0ff0bced
parentc644f3b2f7b93cba2c903fa2a5e30ea80d86ef13 (diff)
downloadjellything-2d7b5e58e82dc597d4646143d41cf31ef89c0737.tar
jellything-2d7b5e58e82dc597d4646143d41cf31ef89c0737.tar.bz2
jellything-2d7b5e58e82dc597d4646143d41cf31ef89c0737.tar.zst
Decrease header margin on small screens
-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