From 8e7fb61e9028e3dc6ba0c185d52cff596266f5c5 Mon Sep 17 00:00:00 2001 From: Jules Date: Thu, 9 Apr 2026 01:27:16 +0200 Subject: [PATCH] Logo SikaPics : width forcee a 32vw (double taille naturelle 310px) --- frontend/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/css/style.css b/frontend/css/style.css index 234076e..64ce121 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css @@ -70,8 +70,8 @@ html, body { } .accueil-logo { - max-width: 180vw; - max-height: 180vh; + width: 32vw; + height: auto; margin-bottom: 2rem; object-fit: contain; }