Skip to content

Instantly share code, notes, and snippets.

@wpsmith
Created June 10, 2020 17:14
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 wpsmith/b0a2e064e236856183b71de6f3deeedd to your computer and use it in GitHub Desktop.
Save wpsmith/b0a2e064e236856183b71de6f3deeedd 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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment