Created
November 30, 2018 04:20
-
-
Save aldosch/9095a0baff7db2637b95ad46bcac61e4 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
<!-- This should work! --> | |
<mj-style> | |
@media only screen and (min-width: 480px) { | |
.hidden { | |
display: inherit !important; | |
} | |
} | |
</mj-style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment