Skip to content

Instantly share code, notes, and snippets.

@ahaywood
Last active December 12, 2015 10:19
Show Gist options
  • Save ahaywood/4757996 to your computer and use it in GitHub Desktop.
Save ahaywood/4757996 to your computer and use it in GitHub Desktop.
CSS: Media Query - Smartphones (portrait)
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment