Skip to content

Instantly share code, notes, and snippets.

@bmcculley
Created June 5, 2014 07:35
Show Gist options
  • Save bmcculley/ee4f60ef085cd97a33f6 to your computer and use it in GitHub Desktop.
Save bmcculley/ee4f60ef085cd97a33f6 to your computer and use it in GitHub Desktop.
Decrease the height of the navbar bootstrap 3.0
.navbar-brand,
.navbar-nav > li > a {
padding-top: 5px !important;
padding-bottom: 5px !important;
}
.navbar {
min-height: 30px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment