Skip to content

Instantly share code, notes, and snippets.

@kjbrum
Last active June 16, 2016 17:21
Show Gist options
  • Save kjbrum/936a2a69c23ef10b7131 to your computer and use it in GitHub Desktop.
Save kjbrum/936a2a69c23ef10b7131 to your computer and use it in GitHub Desktop.
Make an article image the full width of the page.
.full-image {
position: relative;
left: calc(-50vw + 50%);
width: 100vw;
margin: 2rem 0;
img {
width: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment