Skip to content

Instantly share code, notes, and snippets.

@NicktheGeek
Created January 17, 2019 14:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NicktheGeek/5b831ca48f7002d79afd7aa7e3ab81a4 to your computer and use it in GitHub Desktop.
Save NicktheGeek/5b831ca48f7002d79afd7aa7e3ab81a4 to your computer and use it in GitHub Desktop.
center menu
@media only screen and (min-width: 1101px) {
.nav-primary {
text-align: center;
}
.nav-primary .wrap {
display: inline-block;
width: auto !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment