Skip to content

Instantly share code, notes, and snippets.

@smonff
Created February 23, 2015 15:48
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 smonff/1b85681105d49ad5e310 to your computer and use it in GitHub Desktop.
Save smonff/1b85681105d49ad5e310 to your computer and use it in GitHub Desktop.
Dirty trick
<span class="separator">&nbsp;</span>
@smonff
Copy link
Author

smonff commented Feb 23, 2015

@media only screen and (max-width : 768px) {
    .separator {
        display: none;
    }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment