Skip to content

Instantly share code, notes, and snippets.

@lggarrison
Created July 26, 2016 01:59
Show Gist options
  • Select an option

  • Save lggarrison/233658936ea5088a2aeaa6edb66345bf to your computer and use it in GitHub Desktop.

Select an option

Save lggarrison/233658936ea5088a2aeaa6edb66345bf to your computer and use it in GitHub Desktop.
@mixin full-width {
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
img {
width: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment