From 2416410a8c1bb95368ce2bd1c851560b47801438 Mon Sep 17 00:00:00 2001 From: simonpipe Date: Tue, 7 Apr 2026 16:12:36 +0200 Subject: [PATCH] Update sermon-a4.css --- sermon-a4.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;