Logo SikaPics 200% (45vh->90vh) + QR code 150% (180->270px)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-08 22:46:26 +02:00
parent b871fc4c3b
commit 1926e8fcf7

View File

@@ -71,7 +71,7 @@ html, body {
.accueil-logo { .accueil-logo {
max-width: 90vw; max-width: 90vw;
max-height: 45vh; max-height: 90vh;
margin-bottom: 2rem; margin-bottom: 2rem;
object-fit: contain; object-fit: contain;
} }
@@ -277,8 +277,8 @@ html, body {
} }
.booth-qr { .booth-qr {
width: 180px; width: 270px;
height: 180px; height: 270px;
border-radius: 10px; border-radius: 10px;
} }