From aecac47bfd9b3d88b09b455c45d80defa73cea8f Mon Sep 17 00:00:00 2001 From: rawleyIfowler Date: Sun, 17 Apr 2022 11:50:16 -0500 Subject: [PATCH] changed title size --- static/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/index.css b/static/index.css index 0950a85..13cd133 100644 --- a/static/index.css +++ b/static/index.css @@ -33,7 +33,7 @@ body { } h1 { - font-size: 2em; + font-size: 1.6em; font-weight: 800; margin-bottom: 0; margin-top: 12px; @@ -41,7 +41,7 @@ h1 { } h2 { - font-size: clamp(1.6em, 1.6em, 1.8em); + font-size: 1.6em; font-weight: 700; margin-bottom: 0; }