Skip to content

Instantly share code, notes, and snippets.

@ashhitch
Created July 14, 2014 09:41
Show Gist options
  • Select an option

  • Save ashhitch/96cb890fe158233d1e30 to your computer and use it in GitHub Desktop.

Select an option

Save ashhitch/96cb890fe158233d1e30 to your computer and use it in GitHub Desktop.
Centrered Bootstrap 3 Navbar
//Update navbar.less
// Uncollapse the nav
@media (min-width: @grid-float-breakpoint) {
float: none;
margin: 0 auto;
display: table;
table-layout: fixed;
> li {
float: left;
> a {
padding-top: @navbar-padding-vertical;
padding-bottom: @navbar-padding-vertical;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment