Created
April 23, 2018 11:23
-
-
Save gladchinda/adde09a3fa79df0db09387247123c065 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
| .app-nav { | |
| display: none; | |
| } | |
| .app-nav.mobile { | |
| display: block; | |
| } | |
| @media screen and (min-width: 992px) { | |
| .app-nav { | |
| display: block !important; | |
| } | |
| .app-nav.mobile { | |
| display: none !important; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment