Skip to content

Instantly share code, notes, and snippets.

@alxpck
Created May 31, 2017 20:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alxpck/6a74261c84deff4468254c597e15974f to your computer and use it in GitHub Desktop.
Save alxpck/6a74261c84deff4468254c597e15974f to your computer and use it in GitHub Desktop.
@media (min-width: 768px) and (max-width: 1200px) {
.navbar-static-top .navbar-nav>li>a,
.navbar-static-top .navbar-nav>li>a:focus,
.navbar-static-top .navbar-nav>li>a:hover {
padding-left: 10px;
padding-right: 10px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment