Skip to content

Instantly share code, notes, and snippets.

@zgordon
Created February 12, 2018 11:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zgordon/8f76f0d5b2f04b6d6d06f7ccd7f9df5d to your computer and use it in GitHub Desktop.
Save zgordon/8f76f0d5b2f04b6d6d06f7ccd7f9df5d to your computer and use it in GitHub Desktop.
This snippet shows styling you can add to make wide width blocks appear at 75% 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