diff --git a/frontend/css/style.css b/frontend/css/style.css index fa71607..4e8c79b 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css @@ -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; }