From 976b7f0ca8bce04324de73b6617bdd52f05b72ca Mon Sep 17 00:00:00 2001 From: rawleyIfowler Date: Wed, 2 Mar 2022 14:01:26 -0600 Subject: [PATCH] adjusted font size --- static/index.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/static/index.css b/static/index.css index eb1750e..a4bfed5 100644 --- a/static/index.css +++ b/static/index.css @@ -59,11 +59,10 @@ h4 { } p { - font-size: 1.2em; + font-size: clamp(1em, 1.1em, 1.22em); font-weight: 400; line-height: 1.4; - max-width: 33em; - margin-right: 12px; + max-width: 50em; } li {