Created
April 2, 2019 16:50
-
-
Save wbxpress/7a5f3590745462b212fcc351a50a13d5 to your computer and use it in GitHub Desktop.
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
/* 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