Skip to content

Instantly share code, notes, and snippets.

@robhob
Last active June 19, 2017 15:19
Show Gist options
  • Save robhob/39ee191fed1681d2ce1e6a734dc4dd22 to your computer and use it in GitHub Desktop.
Save robhob/39ee191fed1681d2ce1e6a734dc4dd22 to your computer and use it in GitHub Desktop.
/* Switch mobile logo */
@media only screen and (max-width: 980px) {
#logo {
content: url("/wp-content/uploads/2017/06/your-awesome-mobile-logo.png");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment