replaced navbar logo width/height to max-width/max-height for best!!
This commit is contained in:
parent
dab53e23e3
commit
33430e7263
|
|
@ -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;
|
||||
}
|
||||
Loading…
Reference in New Issue