Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ahaywood/4757985 to your computer and use it in GitHub Desktop.
Save ahaywood/4757985 to your computer and use it in GitHub Desktop.
CSS: Media Query - Smartphones (portrait and landscape)
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment