-
-
Save DalavanCloud/0001076f8fbc9463809d71573a93a464 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
.label-fluid-page .site-inner, | |
.label-fluid-page .content-sidebar-wrap, | |
.label-fluid-page .content { | |
width: 100%; | |
max-width: 100%; | |
padding: 0; | |
} | |
.top-row-wrap { | |
background: #eee; | |
} | |
.bottom-row-wrap { | |
background: #ddd; | |
} | |
.top-row-wrap-inner, | |
.bottom-row-wrap-inner { | |
max-width: 1100px; | |
margin: 0 auto; | |
padding: 20px; | |
overflow: hidden; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment