Skip to content

Instantly share code, notes, and snippets.

@gladchinda
Created April 23, 2018 11:23
Show Gist options
  • Select an option

  • Save gladchinda/adde09a3fa79df0db09387247123c065 to your computer and use it in GitHub Desktop.

Select an option

Save gladchinda/adde09a3fa79df0db09387247123c065 to your computer and use it in GitHub Desktop.
.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