Skip to content

Instantly share code, notes, and snippets.

@shazdeh
Created January 23, 2014 18:40
Show Gist options
  • Save shazdeh/8584331 to your computer and use it in GitHub Desktop.
Save shazdeh/8584331 to your computer and use it in GitHub Desktop.
Justified menu
#main-nav {
width: 100%;
}
#main-nav > li {
float: none;
display: table-cell;
width: 1%;
}
#main-nav:after,
#main-nav:before {
display: table;
visibility: visible;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment