Created
November 30, 2018 04:18
-
-
Save aldosch/a6c52d29204c84abb80dd8c53af7703c 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 won't work! --> | |
<mj-style inline="inline"> | |
@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