From 10ea841597864da8c245db70da65bd9cff55809a Mon Sep 17 00:00:00 2001 From: Lee Cattarin Date: Wed, 4 Sep 2024 13:51:51 -0700 Subject: [PATCH] scaled up headers slightly --- assets/css/main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index c9b54f5..94f7114 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -77,16 +77,16 @@ h1, h2, h3, h4, h5, h6 { } h1 { - font-size: 2rem; + font-size: 3rem; } h2 { margin-top: 1rem; - font-size: 1.5rem; + font-size: 2rem; scroll-margin-top: var(--height-header-offset); } h3 { margin-top: 1.5rem; - font-size: 1.25rem; + font-size: 1.5rem; scroll-margin-top: var(--height-header-offset); } h4, h5, h6 {