refactor: update logo placeholder

* set max width to 24px
* auto contain width of logo
This commit is contained in:
Shivam Mishra 2020-06-29 15:54:36 +05:30
parent 2ab8286555
commit efed1e3528

View file

@ -16,8 +16,8 @@
.navbar-home {
img {
width: 36px;
height: 36px;
max-height: 24px;
width: auto;
}
}