From f6e58f5a3caa077dccd58f3deb40bc10cfc3e3a3 Mon Sep 17 00:00:00 2001 From: simonpipe Date: Tue, 7 Apr 2026 15:48:01 +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 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; }