From c9f9e046a9a38743f2c1e2d92f5d5630b538318c Mon Sep 17 00:00:00 2001
From: Helldragon67 <kilian.scheidecker@orange.fr>
Date: Sat, 19 Oct 2024 18:39:51 +0800
Subject: [PATCH] hero for mobile

---
 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 899a8af..3180a1d 100644
--- a/assets/css/hero.css
+++ b/assets/css/hero.css
@@ -21,6 +21,7 @@
   width: 100%;
   max-width: 1200px;
   gap: 2rem; /* Space between items */
+  margin-bottom: 40px;
 }
 
 .hero-content {
@@ -73,7 +74,7 @@
 .screenshot img {
   max-width: 70vmin;
   height: auto;
-  border-radius: 30px;
+  border-radius: 20px;
   border: 4px solid black;
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
 }