Logo 80vw/30vh

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-07 19:07:53 +02:00
parent 6ec2e79d20
commit 60cc5dc1d0

View File

@@ -70,8 +70,8 @@ html, body {
}
.accueil-logo {
max-width: 500px;
max-height: 200px;
max-width: 80vw;
max-height: 30vh;
margin-bottom: 2rem;
object-fit: contain;
}