From ddfe5015c9237fbe0fea44f8bcde31708eb3adac Mon Sep 17 00:00:00 2001 From: Wolfboy248 Date: Tue, 26 Aug 2025 08:20:51 +0200 Subject: Fixed some inconsistant styles and fixed category queryparam in maplist page --- frontend/src/App.css | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'frontend/src/App.css') diff --git a/frontend/src/App.css b/frontend/src/App.css index d443222..4c87357 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -37,15 +37,11 @@ h1 { } h2 { - font-size: 32px; -} - -h2 { - font-size: 24px; + font-size: 42px; } h3 { - font-size: 20px; + font-size: 32px; } h4 { @@ -61,7 +57,7 @@ h6 { } p { - font-size: 16px; + font-size: 24px; } body { @@ -70,6 +66,7 @@ body { color: var(--color-white); font-family: var(--font-barlow-semicondensed-regular); margin: 0; + font-size: 22px; } main { -- cgit v1.2.3