Skip to content

Instantly share code, notes, and snippets.

@tdominey
Created March 18, 2013 14:05
Show Gist options
  • Save tdominey/5187369 to your computer and use it in GitHub Desktop.
Save tdominey/5187369 to your computer and use it in GitHub Desktop.
Display Madison navigation links horizontally
@media only screen and (max-width: 767px) {
nav * {
display:inline-block;
margin:0 6px 0 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment