Skip to content

Instantly share code, notes, and snippets.

@ahaywood
Last active January 25, 2018 16:45
Show Gist options
  • Save ahaywood/4757989 to your computer and use it in GitHub Desktop.
Save ahaywood/4757989 to your computer and use it in GitHub Desktop.
CSS: Media Query - Smartphones (landscape)
/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment