replaced navbar logo width/height to max-width/max-height for best!!

This commit is contained in:
nolanwhy 2023-02-05 12:37:15 +01:00
parent dab53e23e3
commit 33430e7263
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}