From 1926e8fcf7294b26a2befa104a760739bb160cff Mon Sep 17 00:00:00 2001 From: Jules Date: Wed, 8 Apr 2026 22:46:26 +0200 Subject: [PATCH] Logo SikaPics 200% (45vh->90vh) + QR code 150% (180->270px) Co-Authored-By: Claude Sonnet 4.6 --- 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 e844bda..6d31adf 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css @@ -71,7 +71,7 @@ html, body { .accueil-logo { max-width: 90vw; - max-height: 45vh; + max-height: 90vh; margin-bottom: 2rem; object-fit: contain; } @@ -277,8 +277,8 @@ html, body { } .booth-qr { - width: 180px; - height: 180px; + width: 270px; + height: 270px; border-radius: 10px; }