From fd3fd2088e853bd2e4e22d9194062a49fe39bca3 Mon Sep 17 00:00:00 2001 From: wi11-holdsworth <83637728+wi11-holdsworth@users.noreply.github.com> Date: Sat, 7 Mar 2026 15:22:22 +1100 Subject: [PATCH] feat: decrease font size overall to better fit on small screens --- public/styles/global.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/styles/global.css b/public/styles/global.css index c0ec171..85e3d2e 100644 --- a/public/styles/global.css +++ b/public/styles/global.css @@ -2,7 +2,6 @@ html { background-color: var(--background-color); color: var(--color); font-family: sans-serif; - font-size: large; line-height: 1.4; margin: 2em auto; max-width: 800px; @@ -34,7 +33,7 @@ h1 { header { h1 { - font-size: 2.5em; + font-size: 2.4em; font-family: serif; } }