Skip to content

Instantly share code, notes, and snippets.

@moduscreate
Created December 19, 2012 19:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save moduscreate/4339622 to your computer and use it in GitHub Desktop.
Save moduscreate/4339622 to your computer and use it in GitHub Desktop.
@media all and (max-device-width: 800px) {
.global-toc .global-toc-featured-story .x-innerhtml {
border: 1px solid #F00;
}
}
@media all and (max-device-width: 600px) {
.global-toc .global-toc-featured-story .x-innerhtml {
border: 1px solid #0F0;
}
}
@media all and (max-device-width: 1200px) {
.global-toc .global-toc-featured-story .x-innerhtml {
border: 1px solid #00F;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment