From f4662807d4f18262653b8373c139f34f4d21cb46 Mon Sep 17 00:00:00 2001 From: Jules Date: Thu, 9 Apr 2026 01:15:46 +0200 Subject: [PATCH] Logo SikaPics 200% de la taille precedente (90vh->180vh) --- 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 6d31adf..234076e 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css @@ -70,8 +70,8 @@ html, body { } .accueil-logo { - max-width: 90vw; - max-height: 90vh; + max-width: 180vw; + max-height: 180vh; margin-bottom: 2rem; object-fit: contain; }