From 60cc5dc1d0b1fbe6986375672496d189f146df5e Mon Sep 17 00:00:00 2001 From: Jules Date: Tue, 7 Apr 2026 19:07:53 +0200 Subject: [PATCH] Logo 80vw/30vh Co-Authored-By: Claude Opus 4.6 (1M context) --- 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 fa71607..4e8c79b 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css @@ -70,8 +70,8 @@ html, body { } .accueil-logo { - max-width: 500px; - max-height: 200px; + max-width: 80vw; + max-height: 30vh; margin-bottom: 2rem; object-fit: contain; }