Created
July 18, 2014 17:44
-
-
Save mikemartin/e709bfade202231a2f93 to your computer and use it in GitHub Desktop.
Remove line breaks on small screens
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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