From: June Gardner Date: Tue, 18 Nov 2025 20:23:12 +0000 (-0800) Subject: Messing with the font size. X-Git-Url: https://where.june.codes/?a=commitdiff_plain;h=96f36547812fc5e825e5e2d10b065145cdf94d97;p=june.codes Messing with the font size. --- diff --git a/theme/styles.css b/theme/styles.css index 50dd7b5..9a73663 100644 --- a/theme/styles.css +++ b/theme/styles.css @@ -1,7 +1,7 @@ :root { --background: hsl(266, 60.7%, 12%); --foreground: hsl(297, 79.7%, 74.9%); - --text-size: calc(0.6rem + 0.6vw); + --text-size: calc(0.4rem + 0.6vw); --font-family: "Maple Mono"; }