From 0ea16ead64a7cdcd66d558b60129d4a2cdc35267 Mon Sep 17 00:00:00 2001 From: Daniel McCrystal Date: Sun, 31 Aug 2025 10:06:46 -0400 Subject: [PATCH] hotfix: font size in em --- pkg/client/src/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/client/src/style.css b/pkg/client/src/style.css index da55552..8a695be 100644 --- a/pkg/client/src/style.css +++ b/pkg/client/src/style.css @@ -15,11 +15,11 @@ body { } h1 { - font-size: 48px; + font-size: 2em; font-family: Garamond; } p { - font-size: 24px; + font-size: 1em; font-family: Garamond; } a {