From a134cb5711226bef73234389d251c507661d801a Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 09:18:10 -0600 Subject: [PATCH] -- --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index bd1d26b..20561c1 100644 --- a/static/style.css +++ b/static/style.css @@ -1,6 +1,5 @@ body { background: linear-gradient(to left, #a0f4a0, #a0f4c0); - font-size: 1em; } #title { @@ -39,6 +38,7 @@ body { margin: 2em 1em 2em 0.0em; padding: 0.5em 0em 0.5em 1.5em; border: solid 1px black; + font-size: 1em; } #post { -- 2.39.5