Skip to content

Instantly share code, notes, and snippets.

@manhleo93
Created July 24, 2017 14:26
Show Gist options
  • Save manhleo93/032442587caa0040ff851d75b49c344a to your computer and use it in GitHub Desktop.
Save manhleo93/032442587caa0040ff851d75b49c344a to your computer and use it in GitHub Desktop.
.site-inner.full {
padding: 0;
max-width: none;
}
.front-page-section {
padding: 150px 0;
}
.front-page-section:nth-child(odd) {
background-color: #f7f7f7;
}
.front-page-section:nth-child(even) {
background-color: #fff;
}
.front-page-section .widget-title {
text-align: center;
font-size: 40px;
margin-bottom: 40px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment