Not working, menu brake on 2 line, but logo image is small. Logo image have to be 2 times bigger.
Oh now... it's have large size on small screen, but on large screen it's became even smaller..
Is the any solution to make Logo image not resizable fixed size?
PS: i found a solution, I make it permanent:
.t4-header .navbar-brand .logo-img {
max-height: 110px;/change to your Logo size value/
min-height: 110px;
min-width: 110px;
min-height: 110px;
}