Looking to utilize primarily bootstrap for my webpage and hoping to expand the elements of the Navbar. Any suggestions on how I can achieve this?
.navbar {
min-height:100px;
}
Even with the above code, the clickable elements stay the same size.
Any recommendations on how to scale it up?
Appreciate your assistance!