From f9ab1a6b152952bf322284cfb95cf8696bd1da8e Mon Sep 17 00:00:00 2001
From: kscheidecker <kilian.scheidecker@orange.fr>
Date: Fri, 7 Mar 2025 10:04:57 +0100
Subject: [PATCH] better

---
 assets/css/hero.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/assets/css/hero.css b/assets/css/hero.css
index dcbedc1..028093f 100644
--- a/assets/css/hero.css
+++ b/assets/css/hero.css
@@ -85,6 +85,7 @@
   font-size: 2.5rem;
   color: #333;
   margin: 10px 0;
+  margin-bottom: 20px;
 }
 
 .hero-second {
@@ -92,7 +93,7 @@
   flex-direction: column; /* Stack elements vertically by default */
   align-items: center;
   text-align: center;
-  width: 60%;
+  width: 65%;
   gap: 2rem; /* Space between items */
   margin-bottom: 4rem;
 }