From 236320169f24576ae9f8dfd4380aef9d0dec688e Mon Sep 17 00:00:00 2001
From: kscheidecker <kilian.scheidecker@orange.fr>
Date: Fri, 7 Mar 2025 07:34:41 +0100
Subject: [PATCH] unstack screenshots

---
 assets/css/hero.css | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/assets/css/hero.css b/assets/css/hero.css
index 4f17f88..0fa4027 100644
--- a/assets/css/hero.css
+++ b/assets/css/hero.css
@@ -17,15 +17,12 @@
   align-items: center;
   text-align: center;
   width: 100%;
-  max-width: 1200px;
+  /* max-width: 1200px; */
   gap: 4rem; /* Space between items */
   margin-bottom: 4rem;
   background: linear-gradient(to bottom right, #F9B208, #E72E77);
-  padding-right: 40px;
-  padding-left: 40px;
-
-
-
+  /* padding-right: 40px; */
+  /* padding-left: 40px; */
 }
 
 .hero-second {
@@ -78,7 +75,7 @@
 /* Screenshots styling */
 .hero-screenshots {
   display: flex;
-  flex-direction: column;
+  flex-direction: row;
   gap: 3rem;
   width: 100%;
   align-items: center;