From 714a12d374595592050c1d8a02199124f1a72070 Mon Sep 17 00:00:00 2001 From: rawleyIfowler Date: Sun, 20 Feb 2022 17:35:05 -0600 Subject: [PATCH] adjusted font size --- static/index.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/static/index.css b/static/index.css index b1329a7..b4a9608 100644 --- a/static/index.css +++ b/static/index.css @@ -41,26 +41,26 @@ h1 { } h2 { - font-size: 1.4em; + font-size: 1.5em; font-weight: 700; margin-bottom: 0; } h3 { - font-size: 1.3em; + font-size: 1.4em; font-weight: 600; margin-bottom: 6px; } h4 { - font-size: 1.2em; - font-weight: 560; + font-size: 1.3em; + font-weight: 600; margin-bottom: 6px; } p { - font-size: 1.1em; - font-weight: 500; + font-size: 1.15em; + font-weight: 400; line-height: 1.4; max-width: 33em; margin-right: 12px;