Skip to content

Instantly share code, notes, and snippets.

@essmahr
Created February 5, 2018 18:27
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 essmahr/3209a826bb47328e0cb4e55832636a37 to your computer and use it in GitHub Desktop.
Save essmahr/3209a826bb47328e0cb4e55832636a37 to your computer and use it in GitHub Desktop.
.mobile-show {
display: none;
}
@media (max-width: 640px) {
.mobile-show {
display: inline;
}
.desktop-show {
display: none;
}
}
/* Feel free to change 640px to another value */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment