From a2c19ac2dc4865e8be83908a60e48f29f71afa7f Mon Sep 17 00:00:00 2001 From: nolanwhy Date: Sun, 5 Feb 2023 12:49:52 +0100 Subject: [PATCH] Update global.css --- css/global.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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