Skip to content

Instantly share code, notes, and snippets.

@grappler
Last active December 10, 2015 17:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grappler/4465932 to your computer and use it in GitHub Desktop.
Save grappler/4465932 to your computer and use it in GitHub Desktop.
.responsive .fixed-width-link {
display: block!important;
}
.responsive .responsive-link {
display: none!important;
}
.fixed-width .fixed-width-link {
display: none!important;
}
.fixed-width .responsive-link {
display: block!important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment