Skip to content

Instantly share code, notes, and snippets.

@seventhqueen
Created January 26, 2017 22:26
Show Gist options
  • Save seventhqueen/04d95926b3a97bd5bd7915b72c0b24e9 to your computer and use it in GitHub Desktop.
Save seventhqueen/04d95926b3a97bd5bd7915b72c0b24e9 to your computer and use it in GitHub Desktop.
Sweetdate theme center the menu when sticky
.sticky.fixed .top-bar section {
justify-content: center;
align-items: center;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.sticky.fixed .top-bar section > ul {
align-self: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment