Skip to content

Instantly share code, notes, and snippets.

@zgordon
Created February 12, 2018 07:41
Show Gist options
  • Save zgordon/0eee717de3f1c5718c485207b33a2231 to your computer and use it in GitHub Desktop.
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.
.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