Skip to content

Instantly share code, notes, and snippets.

@peb7268
Created April 10, 2013 16:08
Show Gist options
  • Save peb7268/5356011 to your computer and use it in GitHub Desktop.
Save peb7268/5356011 to your computer and use it in GitHub Desktop.
css:media-query
//improve the layout
@media all and (max-width: 875px){
body { background: blue; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment