From 4ef3556c74815258bd8407ad8cb1b46442441d43 Mon Sep 17 00:00:00 2001 From: Rushmore75 Date: Mon, 8 Apr 2024 18:46:38 -0600 Subject: [PATCH] shrink h1 header a bit --- static/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 1f8d54a..d185019 100644 --- a/static/style.css +++ b/static/style.css @@ -57,7 +57,6 @@ header { background-color: var(--accent); text-align: center; padding: 0.5rem; - font-size: xx-large; } .article-header { @@ -102,7 +101,7 @@ h1,h2,h3,h4,h5,h6 { header h1 { margin: 0; - font-size: 3rem; + font-size: 2.5rem; } article h1 {