diff --git a/frontend/css/style.css b/frontend/css/style.css index 234076e..64ce121 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css @@ -70,8 +70,8 @@ html, body { } .accueil-logo { - max-width: 180vw; - max-height: 180vh; + width: 32vw; + height: auto; margin-bottom: 2rem; object-fit: contain; }