From 769e9bdb94f35cd5a6841d3490180a043ad1419c Mon Sep 17 00:00:00 2001 From: kscheidecker Date: Fri, 7 Mar 2025 07:50:17 +0100 Subject: [PATCH] gaps --- assets/css/hero.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/css/hero.css b/assets/css/hero.css index 3a88c71..e8d44d5 100644 --- a/assets/css/hero.css +++ b/assets/css/hero.css @@ -102,8 +102,8 @@ .steps { display: flex; flex-direction: column; - gap: 80px; - text-align: justify; + gap: 120px; + text-align: center; } .step h3 { @@ -123,11 +123,11 @@ .features-list { display: flex; flex-direction: column; - gap: 30px; + gap: 50px; } .feature { - text-align: justify; + text-align: center; } .feature h3 {