From 543f1b711be76ad3b1a704e6d5b69a6a8c9fa875 Mon Sep 17 00:00:00 2001 From: kscheidecker Date: Tue, 11 Mar 2025 07:51:02 +0100 Subject: [PATCH] larger img --- assets/css/hero.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/assets/css/hero.css b/assets/css/hero.css index f7c04fd..9318695 100644 --- a/assets/css/hero.css +++ b/assets/css/hero.css @@ -187,7 +187,6 @@ height: 65vh; width: 100%; flex-direction: column; - align-content: start; } .hero-content { @@ -228,6 +227,10 @@ flex-direction: column; } - + .bloc-image img { + width: 45vw; + max-width: 500px; + height: auto; + } } \ No newline at end of file