Skip to content

Instantly share code, notes, and snippets.

@wormeyman
Created June 30, 2021 16:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wormeyman/dd536ffcb20f4fc70f1392bedf80c65d to your computer and use it in GitHub Desktop.
Save wormeyman/dd536ffcb20f4fc70f1392bedf80c65d to your computer and use it in GitHub Desktop.
Helps with genesis mobile menu causing cls by showing all the links and then the hamburger menu.
/* Eric J: */
/* 2021-06-23@14:22:34 */
nav {
display: none;
}
@media only screen and (min-width: 1024px) {
.js nav {
display: block;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment