From a699dac234f4c6ef6a13c5c79c06a772f961020c Mon Sep 17 00:00:00 2001 From: J S Date: Sun, 15 Oct 2023 22:11:57 -0400 Subject: [PATCH] feat[font]: Reduced font size by 1 rm --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index bc14911..b6c6a02 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1,7 +1,7 @@ body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; line-height: 1.5em; -font-size: 2.1em; +font-size: 1.1em; color: #222; max-width: 70%; padding: 2rem;