Created
August 31, 2017 10:08
-
-
Save htdat/3a0a5e8588253eec86580ec04d2bbf75 to your computer and use it in GitHub Desktop.
disable-whatsapp-desktop.css
This file contains 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 screen and (min-width: 900px) { | |
.share-jetpack-whatsapp { | |
display: none !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment