From 6ec2e79d20cf8476ea87f2e0ec462d5450a65c1e Mon Sep 17 00:00:00 2001 From: Jules Date: Tue, 7 Apr 2026 19:07:27 +0200 Subject: [PATCH] Logo accueil agrandi (500x200px max) Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/css/style.css b/frontend/css/style.css index e0e5201..fa71607 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css @@ -70,9 +70,9 @@ html, body { } .accueil-logo { - max-width: 280px; - max-height: 100px; - margin-bottom: 1rem; + max-width: 500px; + max-height: 200px; + margin-bottom: 2rem; object-fit: contain; }