From e889113a21f6134386e24ae9cea8a5b730f6fc64 Mon Sep 17 00:00:00 2001
From: kscheidecker <kilian.scheidecker@orange.fr>
Date: Tue, 11 Mar 2025 07:59:57 +0100
Subject: [PATCH] padding

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

diff --git a/assets/css/hero.css b/assets/css/hero.css
index 81b3650..63a2a77 100644
--- a/assets/css/hero.css
+++ b/assets/css/hero.css
@@ -187,6 +187,8 @@
     height: auto;
     width: 100%;
     flex-direction: column;
+    padding-top: 5vh;
+    padding-bottom: 5vh;
   }
 
   .hero-content {
@@ -195,7 +197,8 @@
   }
 
   .hero-logo {
-    width: 30vw; 
+    height: auto;
+    width: 25vw; 
   }
 
   .hero-title {