From fae76195ecf37d8c08c9f9f6feffa6ef8c3069f5 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sun, 1 Mar 2026 17:31:51 +0100 Subject: [PATCH] Fix css --- web/styles/globals.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/styles/globals.css b/web/styles/globals.css index 50c008ce..108d8c46 100644 --- a/web/styles/globals.css +++ b/web/styles/globals.css @@ -13,7 +13,9 @@ } @media (width < 600px) { - --filter-offset: 20px; + :root { + --filter-offset: 20px; + } } .safe-top {