diff --git a/sermon-a4.css b/sermon-a4.css index 7c7f365..83d6323 100644 --- a/sermon-a4.css +++ b/sermon-a4.css @@ -37,7 +37,7 @@ section::after { h1 { color: var(--heading-color); - font-size: 1.3em; + font-size: 1.2em; font-weight: 600; margin-bottom: 20px; border-bottom: 3px solid var(--primary-color); @@ -46,7 +46,7 @@ h1 { h2 { color: var(--heading-color); - font-size: 1.2em; + font-size: 1.1em; font-weight: 500; margin-top: 30px; margin-bottom: 15px; @@ -55,7 +55,7 @@ h2 { h3 { color: var(--heading-color); - font-size: 1.1em; + font-size: 1em; font-weight: 500; margin-top: 20px; margin-bottom: 10px;