Skip to content

Instantly share code, notes, and snippets.

@palicko
Created August 13, 2016 09:31
Show Gist options
  • Save palicko/4ca3b0dc9fed204c080405501789d8b1 to your computer and use it in GitHub Desktop.
Save palicko/4ca3b0dc9fed204c080405501789d8b1 to your computer and use it in GitHub Desktop.
.full-width {
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
}
@palicko
Copy link
Author

palicko commented Nov 9, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment