Skip to content

Instantly share code, notes, and snippets.

@AnnaCrumina
Created February 3, 2015 10:05
Show Gist options
  • Save AnnaCrumina/7b22fbbaca5193502146 to your computer and use it in GitHub Desktop.
Save AnnaCrumina/7b22fbbaca5193502146 to your computer and use it in GitHub Desktop.
align logo and menu under it in center
.logo {
float: none;
width: auto;
text-align: center;
}
.main-menu-item {
float: none;
text-align: left;
display: inline-block;
}
.tiled-menu {
float: none;
text-align: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment