Skip to content

Instantly share code, notes, and snippets.

@carasmo
Last active February 16, 2016 21:10
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 carasmo/6e9c7af51a0bb3d3d093 to your computer and use it in GitHub Desktop.
Save carasmo/6e9c7af51a0bb3d3d093 to your computer and use it in GitHub Desktop.
Hide something at a break point using max-width
@media (max-width:600px) {
.hide-sm {
display:none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment