Skip to content

Instantly share code, notes, and snippets.

@arielsalminen
Created May 15, 2011 12:54
Show Gist options
  • Save arielsalminen/973125 to your computer and use it in GitHub Desktop.
Save arielsalminen/973125 to your computer and use it in GitHub Desktop.
Triggerpoints for kiskolabs.com
/* 970px and under */
@media screen and (max-width: 970px) { ... }
/* 840px and under */
@media screen and (max-width: 840px) { ... }
/* 740px and under */
@media screen and (max-width: 740px) { ... }
/* 600px and under */
@media screen and (max-width: 600px) { ... }
/* 480px and under */
@media screen and (max-width: 480px) { ... }
/* 320px and under */
@media screen and (max-width: 320px) { ... }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment