From c698f743193a86456725bf805fd09fd4f4a500b7 Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Wed, 4 Feb 2026 17:08:32 +0000 Subject: [PATCH] Don't allow header scale larger with the window above 1000px, while the rest of the app keeps scaling by root font size. --- frontend/src/assets/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/assets/main.css b/frontend/src/assets/main.css index 39b134e..6b83963 100644 --- a/frontend/src/assets/main.css +++ b/frontend/src/assets/main.css @@ -36,7 +36,7 @@ @media screen and (min-width: 1000px) { :root { --root-font-size: calc(8px + 8 * 100vw / 1000); - --header-font-size: 1rem; + --header-font-size: 16px; } } @media screen and (min-width: 2000px) {