From 33430e7263bfefbd9dd20524ee9843f871f8db1b Mon Sep 17 00:00:00 2001 From: nolanwhy Date: Sun, 5 Feb 2023 12:37:15 +0100 Subject: [PATCH] replaced navbar logo width/height to max-width/max-height for best!! --- css/global.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/global.css b/css/global.css index c7f6ead..99c4423 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; - width: 131px; - height: 30px; + max-width: 131px; + max-height: 30px; } \ No newline at end of file