Skip to content

Instantly share code, notes, and snippets.

@lchski
Created February 5, 2013 00:11
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 lchski/4710989 to your computer and use it in GitHub Desktop.
Save lchski/4710989 to your computer and use it in GitHub Desktop.
nav {
/* Style nav links to be full width bars with healthy padding. */
}
@media screen and (min-width: 700px) {
/* Tablet styling. Width is just a rough guess. */
nav {
/* Style nav links to appear "buttony", in a full-width horizontal row. */
target: ph-nav-tablet;
}
}
@media screen and (min-width: 1200px) {
/* Desktop styling. Width is just a rough guess. */
nav {
/* Style nav links to appear "buttony", floating in a horizontal row to the right of the screen. */
target: ph-nav-desktop;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment