diff --git a/sermon-a4.css b/sermon-a4.css index 04baa8d..288f64c 100644 --- a/sermon-a4.css +++ b/sermon-a4.css @@ -37,7 +37,7 @@ section::after { h1 { color: var(--heading-color); - font-size: 1.5em; + font-size: 1.3em; font-weight: bold; margin-bottom: 20px; border-bottom: 3px solid var(--primary-color); @@ -46,7 +46,7 @@ h1 { h2 { color: var(--heading-color); - font-size: 1.35em; + font-size: 1.2em; font-weight: bold; margin-top: 30px; margin-bottom: 15px; @@ -55,7 +55,7 @@ h2 { h3 { color: var(--heading-color); - font-size: 1.2em; + font-size: 1.1em; margin-top: 20px; margin-bottom: 10px; }