diff --git a/app/static/css/style.css b/app/static/css/style.css index 9dc45c5..048552f 100644 --- a/app/static/css/style.css +++ b/app/static/css/style.css @@ -63,9 +63,10 @@ header { .brand-logo { display: block; - width: min(220px, 42vw); - height: auto; - max-height: 58px; + width: min(220px, 42vw) !important; + max-width: 100%; + height: auto !important; + max-height: 58px !important; object-fit: contain; }