From 05e2c8318b360149ea6b12fda797d0a42f904574 Mon Sep 17 00:00:00 2001 From: Jules Date: Tue, 7 Apr 2026 17:59:58 +0200 Subject: [PATCH] QR code booth agrandi (120px) 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 ddb6811..dbe4326 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css @@ -267,9 +267,9 @@ html, body { } .booth-qr { - width: 64px; - height: 64px; - border-radius: 6px; + width: 120px; + height: 120px; + border-radius: 8px; } .booth-code {