Logo SikaPics 200% de la taille precedente (90vh->180vh)

This commit is contained in:
2026-04-09 01:15:46 +02:00
parent 1926e8fcf7
commit f4662807d4

View File

@@ -70,8 +70,8 @@ html, body {
} }
.accueil-logo { .accueil-logo {
max-width: 90vw; max-width: 180vw;
max-height: 90vh; max-height: 180vh;
margin-bottom: 2rem; margin-bottom: 2rem;
object-fit: contain; object-fit: contain;
} }