I'm using bootstrap and I've managed to change the height for the navigation bar when width is more than 768px from 50px to 80px. When I look at it via mobile, it goes back to 50px. How do I go about changing the height and centering the menu icon according to the height?
Here's what I did to change the height
.navbar {
min-height:80px !important;
}
All help appreciated. Thanks