Skip to content

Instantly share code, notes, and snippets.

@dsturm
Last active November 21, 2017 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dsturm/0e3d3ad3a7bfc2d8df3a0467dac8c21c to your computer and use it in GitHub Desktop.
Save dsturm/0e3d3ad3a7bfc2d8df3a0467dac8c21c to your computer and use it in GitHub Desktop.
Tastillery
.template-page-club .section-header.club-page-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 50px 55px;
}
.template-page-club .section-header-grid-item {
margin-top: 0;
}
.template-page-club .section-mood-content {
padding: 60px 55px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment