From ff5cc951ebe7714bb83816f13a0763553c11feab Mon Sep 17 00:00:00 2001 From: rawleyIfowler Date: Sat, 16 Apr 2022 13:06:56 -0500 Subject: [PATCH] changed font weight for h4 and adjusted width of content --- static/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/index.css b/static/index.css index f973523..6bb3119 100644 --- a/static/index.css +++ b/static/index.css @@ -29,7 +29,7 @@ body { font-size: calc(12px + 0.33vw); margin: auto; padding: 1.3em; - max-width: clamp(400px, 750px + 3vw, 900px); + max-width: clamp(400px, 850px + 3vw, 900px); } h1 { @@ -54,7 +54,7 @@ h3 { h4 { font-size: 1.1em; - font-weight: 600; + font-weight: 400; margin-bottom: 6px; }