Skip to content

Instantly share code, notes, and snippets.

@smeranda
Created March 13, 2012 04:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smeranda/2026690 to your computer and use it in GitHub Desktop.
Save smeranda/2026690 to your computer and use it in GitHub Desktop.
UNL WDN Templates v3.1 CSS Media Queries
/* UNL WDN Templates
v3.1 CSS Media Queries */
@media (min-width: 320px) {
}
@media (min-width: 480px) {
}
@media (min-width: 600px) {
}
@media (min-width: 768px) {
}
@media (min-width: 960px) {
}
@media (min-width: 1040px) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment