From 2945fc32262cd5f2d2f08d843f791409832291e1 Mon Sep 17 00:00:00 2001
From: kscheidecker <kilian.scheidecker@orange.fr>
Date: Mon, 10 Mar 2025 16:53:49 +0100
Subject: [PATCH] fix button

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

diff --git a/assets/css/hero.css b/assets/css/hero.css
index 8eb7775..2a2dffa 100644
--- a/assets/css/hero.css
+++ b/assets/css/hero.css
@@ -19,6 +19,7 @@
   height: 70vh;
   gap: 4rem; /* Space between items */
   margin: auto;
+  margin-bottom: 4vh;
   background: linear-gradient(to bottom right, #F9B208, #E72E77);
   padding-right: 3vw; /* 40 px approx*/
   padding-left: 3vw;
@@ -35,7 +36,7 @@
 }
 
 .hero-logo {
-  height: 15vh;
+  height: 130px;
   margin-bottom: 3rem;
 }
 
@@ -48,7 +49,7 @@
 .hero-button {
   background-color: white;
   color: #E72E77;
-  width: 7vw;
+  white-space: nowrap;
   padding: 15px 30px;
   border: none;
   border-radius: 5px;