Created
September 28, 2022 22:09
-
-
Save thexavismith/439c98ffd362c8218f7ea6a0133d8e17 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
.wrapper { | |
margin-left: auto; | |
margin-right: auto; | |
max-width: var(); | |
padding-left: var(); | |
padding-right: var(); | |
} | |
.wrapper--large { | |
max-width: var(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment