diff --git a/css/global.css b/css/global.css index 99c4423..c7f6ead 100644 --- a/css/global.css +++ b/css/global.css @@ -1,6 +1,6 @@ .headerLogo{ background-image: url(/assets/icons/Grublox.png); background-size: 131px 30px; - max-width: 131px; - max-height: 30px; + width: 131px; + height: 30px; } \ No newline at end of file