Skip to content

Instantly share code, notes, and snippets.

@joemaidman
Last active September 7, 2015 12:11
Show Gist options
  • Save joemaidman/8f1d964ab98ece0a3926 to your computer and use it in GitHub Desktop.
Save joemaidman/8f1d964ab98ece0a3926 to your computer and use it in GitHub Desktop.
Bootstrap 3 responsive navbar fix
@media(max-width:992px){
.nav>li>a {
padding-left: 10px;
padding-right:10px
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment