From aa810c5a079896771cf238d9251159b6125ead4d Mon Sep 17 00:00:00 2001 From: soufiane Date: Wed, 25 Mar 2026 12:06:41 +0100 Subject: [PATCH] Correction hero image --- less/002-common.less | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/less/002-common.less b/less/002-common.less index f208acc..1ff5d7c 100644 --- a/less/002-common.less +++ b/less/002-common.less @@ -351,3 +351,10 @@ address { #cookieBanner { background-color: #263340 !important; } + +[data-template=accessibility] { + .content-wrapper .picture picture img { + height: 100%; + object-fit: cover; + } +} \ No newline at end of file -- 2.39.5