From 41deb33c2aa819aa9d52b24b25845ea8913dc217 Mon Sep 17 00:00:00 2001 From: kscheidecker Date: Fri, 7 Mar 2025 07:41:55 +0100 Subject: [PATCH] width --- assets/css/hero.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/css/hero.css b/assets/css/hero.css index 2fcbe31..8e4a898 100644 --- a/assets/css/hero.css +++ b/assets/css/hero.css @@ -84,7 +84,7 @@ flex-direction: column; /* Stack elements vertically by default */ align-items: center; text-align: center; - width: 70%; + width: 80%; gap: 4rem; /* Space between items */ margin-bottom: 4rem; } @@ -96,7 +96,7 @@ } #how-it-works h2 { - margin-bottom: 15px; + margin-bottom: 25px; } .steps { @@ -117,7 +117,7 @@ } #features h2 { - margin-bottom: 15px; + margin-bottom: 25px; } .features-list {