From f2bf7f70af9a31a5ad3a2540f45b94c8eb66249e Mon Sep 17 00:00:00 2001 From: kscheidecker Date: Mon, 10 Mar 2025 16:06:12 +0100 Subject: [PATCH] phones --- assets/css/hero.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/assets/css/hero.css b/assets/css/hero.css index 3902edd..dc64d2b 100644 --- a/assets/css/hero.css +++ b/assets/css/hero.css @@ -237,8 +237,12 @@ @media (max-width: 767px) { .hero-first { - height: 50vh; - flex-direction: row; + height: 60vh; + flex-direction: column; + } + + .hero-content { + height: 20vh; } .hero-screenshots { @@ -252,7 +256,7 @@ /* Revoke alternate layout for image on left or right */ .hero-bloc:nth-child(even) { - flex-direction: row-reverse; + flex-direction: column; }