Skip to content

Instantly share code, notes, and snippets.

@jameskraai
Created July 28, 2014 18:53
Show Gist options
  • Save jameskraai/397ec29ab5740a54241b to your computer and use it in GitHub Desktop.
Save jameskraai/397ec29ab5740a54241b to your computer and use it in GitHub Desktop.
CSS Only Mobile Nav - doesn't work on iOS
#nav-handle:checked {
+ #mobile-menu + ul {
max-height: 400;
}
+ #mobile-menu {
color: gray;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment