From 2d47cbe4947f2b32f83a54b201cb1bac7a20fc1a Mon Sep 17 00:00:00 2001 From: rawleyIfowler Date: Wed, 16 Feb 2022 15:39:34 -0600 Subject: [PATCH] adjusted font size for mobile --- static/index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/index.css b/static/index.css index 416a7a5..eb9fcef 100644 --- a/static/index.css +++ b/static/index.css @@ -41,19 +41,19 @@ h1 { } h2 { - font-size: 1.3em; + font-size: 1.4em; font-weight: 700; margin-bottom: 0; } h3 { - font-size: 1.2em; + font-size: 1.3em; font-weight: 600; margin-bottom: 0; } p { - font-size: 1em; + font-size: 1.1em; font-weight: 500; line-height: 1.4; max-width: 33em;