From c89618761b035eb302fadc468bd6ec9a0afc39c6 Mon Sep 17 00:00:00 2001 From: Alexander Goussas Date: Fri, 1 May 2026 10:46:59 -0500 Subject: [PATCH] refactor: increase font size of site a bit --- public/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/styles.css b/public/styles.css index b8ef458..8aee1a3 100644 --- a/public/styles.css +++ b/public/styles.css @@ -5,6 +5,7 @@ body { margin-bottom: 1rem; background-color: black; color: white; + font-size: 1.1rem; } h1 { -- 2.43.0