From 45f784eb5c566ad4984de965a1e579df45b29e34 Mon Sep 17 00:00:00 2001 From: Noratrieb <48135649+Noratrieb@users.noreply.github.com> Date: Tue, 11 Nov 2025 19:35:03 +0100 Subject: [PATCH] Improve margin on mobile --- static/index.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/static/index.css b/static/index.css index a2ca57c..90ca657 100644 --- a/static/index.css +++ b/static/index.css @@ -1,9 +1,15 @@ :root { color-scheme: light dark; } + html { font-family: sans-serif; - margin: 20px; +} + +@media screen and (min-width: 768px) { + html { + margin: 20px; + } } table {