From fb13eb399fe5d4b90768b1e2eea8961704bfdf9e Mon Sep 17 00:00:00 2001 From: kscheidecker Date: Mon, 10 Mar 2025 17:19:46 +0100 Subject: [PATCH] align --- assets/css/hero.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/assets/css/hero.css b/assets/css/hero.css index 4e36bbb..f7c04fd 100644 --- a/assets/css/hero.css +++ b/assets/css/hero.css @@ -184,10 +184,10 @@ @media (max-width: 767px) { .hero-first { - height: 70vh; + height: 65vh; width: 100%; flex-direction: column; - align-items: start; + align-content: start; } .hero-content { @@ -202,6 +202,8 @@ .hero-screenshots { height: 20vh; width: 80vw; + align-items: center; + justify-content: center; } .screenshot img {