Skip to content

Instantly share code, notes, and snippets.

@jsrath
Last active November 15, 2018 13:30
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 jsrath/89e5c520016cdb9cbd90a9f8b9157a9a to your computer and use it in GitHub Desktop.
Save jsrath/89e5c520016cdb9cbd90a9f8b9157a9a to your computer and use it in GitHub Desktop.
@media screen and (max-width: 1100px) {
.mobile-menu {
display: flex;
}
header, .nav-container, .nav-container ul li, .gray-nav, .gray-nav ul {
flex-direction: column;
justify-content: center;
align-items: center;
}
.top-nav ul {
display: flex;
flex-direction: column;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment