Skip to content

Instantly share code, notes, and snippets.

@tdominey
Created October 2, 2014 20:23
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 tdominey/1cf75b76c106888287b9 to your computer and use it in GitHub Desktop.
Save tdominey/1cf75b76c106888287b9 to your computer and use it in GitHub Desktop.
Hide cover description on mobile in Regale 2
@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