Skip to content

Instantly share code, notes, and snippets.

@mikemartin
Created July 18, 2014 17:44
Show Gist options
  • Save mikemartin/e709bfade202231a2f93 to your computer and use it in GitHub Desktop.
Save mikemartin/e709bfade202231a2f93 to your computer and use it in GitHub Desktop.
Remove line breaks on small screens
br {
display: none;
@include media($large-screen) {
display: block;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment