Last active
June 19, 2017 15:19
-
-
Save robhob/39ee191fed1681d2ce1e6a734dc4dd22 to your computer and use it in GitHub Desktop.
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
/* 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