fix: Navbar logo height and width

This commit is contained in:
Deepesh Garg 2020-10-29 21:33:43 +05:30
parent 02e7844690
commit 25052afc9b

View file

@ -266,6 +266,8 @@
.navbar-brand > img {
display: inline-block;
height: 24px;
max-width: 150px;
}
.toggle-sidebar {