Skip to content

Instantly share code, notes, and snippets.

@cnocon
Created May 15, 2013 11:32
Show Gist options
  • Save cnocon/5583364 to your computer and use it in GitHub Desktop.
Save cnocon/5583364 to your computer and use it in GitHub Desktop.
/***********************
***********@media queries
************************/
@media screen and max-width(60em) {
.container {width:80%;} /*etc…*/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment