Skip to content

Instantly share code, notes, and snippets.

@anastransvelo
Created September 11, 2017 09:47
Show Gist options
  • Save anastransvelo/c58d8b38cc9abdeb39c2d0639838b372 to your computer and use it in GitHub Desktop.
Save anastransvelo/c58d8b38cc9abdeb39c2d0639838b372 to your computer and use it in GitHub Desktop.
Techmarket - Secondary Menu visible in all view
@media (max-width: 1699px) and (min-width: 1200px) {
.site-header.header-v1 .secondary-navigation {
display: block;
}
.site-header .primary-navigation, .site-header .secondary-navigation,.site-header.header-v1 .primary-navigation {
flex: 0 0 37.5%;
max-width: 37.5%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment