Skip to content

Instantly share code, notes, and snippets.

@wbxpress
Created April 2, 2019 16:50
Show Gist options
  • Save wbxpress/7a5f3590745462b212fcc351a50a13d5 to your computer and use it in GitHub Desktop.
Save wbxpress/7a5f3590745462b212fcc351a50a13d5 to your computer and use it in GitHub Desktop.
/* Front Page with Full-Width Sections
-------------------------------------------- */
.site-inner.full {
max-width: none;
padding: 0;
}
.site-inner.full .wrap {
max-width: 800px;
margin: 0 auto;
}
.site-inner.full .widget-area {
padding: 40px 20px;
}
.site-inner.full .widget-area:nth-child(odd) {
background-color: rgba(0,0,0,.03);
}
.site-inner.full .widget:last-child {
margin-bottom: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment