Skip to content

Instantly share code, notes, and snippets.

@davidsonfellipe
Last active August 29, 2015 14: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 davidsonfellipe/9e429cd9a6029129ec10 to your computer and use it in GitHub Desktop.
Save davidsonfellipe/9e429cd9a6029129ec10 to your computer and use it in GitHub Desktop.
Breaklines responsive
br,
br:after {
content: ' ';
}
@media only screen and (min-width: 1024px) {
br,
br:after {
content: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment