Skip to content

Instantly share code, notes, and snippets.

@billerickson
Last active November 10, 2018 18:00
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billerickson/9ff3d2f1b5d39fa2e6ad1e8a58ac6cb8 to your computer and use it in GitHub Desktop.
Save billerickson/9ff3d2f1b5d39fa2e6ad1e8a58ac6cb8 to your computer and use it in GitHub Desktop.
@media only screen and (min-width: 768px) {
.alignfull {
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
width: auto;
max-width: 1000%;
}
.alignwide {
margin-left: calc(25% - 25vw);
margin-right: calc(25% - 25vw);
width: auto;
max-width: 1000%;
}
.alignwide img,
.alignfull img {
display: block;
margin: 0 auto;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment