From b67e477a133f9b13eaf708e9a2c0bc9c397dde38 Mon Sep 17 00:00:00 2001 From: Algorithm <112772155+Algorithm@users.noreply.github.com> Date: Mon, 12 Feb 2024 20:56:19 +0000 Subject: [PATCH] Add files via upload --- assets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/style.css b/assets/style.css index 07811c7..3de8b3f 100644 --- a/assets/style.css +++ b/assets/style.css @@ -11,7 +11,7 @@ body { text-wrap: balance; line-height: 1.8; min-height: 100dvh; - font-size: 1.1em; + font-size: 18px; } a { @@ -146,7 +146,7 @@ p, @media screen and (max-width: 480px) { body { - font-size: 5.0em; + font-size: 40px; } }