Skip to content

Instantly share code, notes, and snippets.

@ibndawood
Forked from anastransvelo/style.css
Created September 12, 2017 06:03
Show Gist options
  • Save ibndawood/c4f45590cf04df138f8667a31106baee to your computer and use it in GitHub Desktop.
Save ibndawood/c4f45590cf04df138f8667a31106baee 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