From 400d07330762efe7a15de95b0cd2b71f7a06504e Mon Sep 17 00:00:00 2001
From: kscheidecker <kilian.scheidecker@orange.fr>
Date: Tue, 11 Mar 2025 12:02:56 +0100
Subject: [PATCH] button

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

diff --git a/assets/css/hero.css b/assets/css/hero.css
index 7228cf1..2205f7e 100644
--- a/assets/css/hero.css
+++ b/assets/css/hero.css
@@ -236,12 +236,13 @@
   }
 
   .hero-second {
-    width: 100%;
     margin-top: 2vh;
   }
 
   .hero-bloc {
     flex-direction: column;
+    width: 100%;
+
   }
 
   /* Revoke alternate layout for image on left or right */
@@ -268,4 +269,8 @@
     font-size: 3rem;
     text-align: center;
   }
+
+  .hero-button-end {
+    margin-top: 20px;
+  }
 }
\ No newline at end of file