Created
October 2, 2014 20:23
-
-
Save tdominey/1cf75b76c106888287b9 to your computer and use it in GitHub Desktop.
Hide cover description on mobile in Regale 2
This file contains hidden or 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
@media only screen and (max-width: 767px) { | |
.cover_desc { display:none; } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment