Skip to content

Instantly share code, notes, and snippets.

@rachelbaker
Created August 24, 2012 16:09
Show Gist options
  • Select an option

  • Save rachelbaker/3452368 to your computer and use it in GitHub Desktop.

Select an option

Save rachelbaker/3452368 to your computer and use it in GitHub Desktop.
@media only screen and (max-width : 321px) and (orientation : portrait) {
.box {
width:200px;
height:200px;
background:red;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment