From 540ec296f76bc326c6885a62f904122fdb543816 Mon Sep 17 00:00:00 2001 From: rawleyIfowler Date: Sat, 16 Apr 2022 15:17:06 -0500 Subject: [PATCH] increased font size of h1 tag --- static/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.css b/static/index.css index 5bdfe8a..832e391 100644 --- a/static/index.css +++ b/static/index.css @@ -33,7 +33,7 @@ body { } h1 { - font-size: 2.1em; + font-size: 2.7em; font-weight: 800; margin-bottom: 0; margin-top: 12px;