Last active
November 21, 2017 14:17
-
-
Save dsturm/0e3d3ad3a7bfc2d8df3a0467dac8c21c to your computer and use it in GitHub Desktop.
Tastillery
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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