From 7455e2cf72dab9b550085a536b44d83b1391f120 Mon Sep 17 00:00:00 2001 From: FreedTapestry21 Date: Tue, 3 Sep 2024 23:45:10 +0200 Subject: [PATCH] Increased scaling --- assets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/style.css b/assets/style.css index 68dd852..33a8cde 100644 --- a/assets/style.css +++ b/assets/style.css @@ -26,7 +26,7 @@ body { } p { - font-size: 14px; + font-size: 18px; color: var(--text-color); } @@ -46,7 +46,7 @@ footer { } footer p { - font-size: 8px; + font-size: 10px; } /* Custom classes */