Created
January 17, 2019 14:08
-
-
Save NicktheGeek/5b831ca48f7002d79afd7aa7e3ab81a4 to your computer and use it in GitHub Desktop.
center menu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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