Last active
March 29, 2019 00:07
-
-
Save chillybin/fcf162c320770b57eb090ce136f0e34c to your computer and use it in GitHub Desktop.
ChillyBin Child Theme - Common Styles
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
body { | |
font-family: 'system-ui', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; | |
} | |
/* Full Width Page | |
-------------------------------------------- */ | |
.site-inner.full { | |
max-width: none; | |
padding: 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment