This is my CSS/LESS CSS code so far:
//make navbar taller @navbarHeight: 60px; //make navbar link text 18px .navbar-inner { font-size: 18px; } //make n
If the above answer doesn't help, and you haven't touch the html, the only thing I can think of is the css. You might want to look at the css which the bootstrap example used and modify the sizes of .navbar-inner and .navbar .brand accordingly.
.navbar-inner
.navbar .brand