Skip to content

Instantly share code, notes, and snippets.

@flashvnn
Created August 14, 2014 04:14
Show Gist options
  • Select an option

  • Save flashvnn/b3bc272ad43609a7fd14 to your computer and use it in GitHub Desktop.

Select an option

Save flashvnn/b3bc272ad43609a7fd14 to your computer and use it in GitHub Desktop.
Menu center
@media (min-width: 768px){
#primary-menu-bar .menu-wrapper{
float:none;
margin: 0 auto;
display: table;
table-layout: fixed;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment