Skip to content

Instantly share code, notes, and snippets.

@reactivepixel
Created July 13, 2012 17:52
Show Gist options
  • Save reactivepixel/3106271 to your computer and use it in GitHub Desktop.
Save reactivepixel/3106271 to your computer and use it in GitHub Desktop.
Media Query: Smartphones (portrait)
/* Media Query: Smartphones (portrait) */
@media only screen and (max-width : 320px) {
/* Your styles go here... */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment