From bfa06adb1c0797ae86318297ca86d25ea745d6ed Mon Sep 17 00:00:00 2001 From: kscheidecker Date: Fri, 7 Mar 2025 07:40:52 +0100 Subject: [PATCH] titles --- assets/css/hero.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/assets/css/hero.css b/assets/css/hero.css index fd3c037..2fcbe31 100644 --- a/assets/css/hero.css +++ b/assets/css/hero.css @@ -92,7 +92,11 @@ /* How It Works Section */ #how-it-works { /* background-color: #f8f9fa; */ - padding: 40px 0; + padding: 30px 0; +} + +#how-it-works h2 { + margin-bottom: 15px; } .steps { @@ -109,7 +113,11 @@ /* Features Section */ #features { - padding: 40px 0; + padding: 30px 0; +} + +#features h2 { + margin-bottom: 15px; } .features-list {