Created
February 12, 2018 07:41
-
-
Save zgordon/0eee717de3f1c5718c485207b33a2231 to your computer and use it in GitHub Desktop.
This example shows how we can apply a width (and max-width) of 75% to any blocks that are set to wide width.
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
.alignwide { | |
max-width: 75%; | |
width: 75%; | |
margin-left: auto; | |
margin-right: auto; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment