Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save philwolstenholme/f49ba9185a2d157f631d22739d18e9f6 to your computer and use it in GitHub Desktop.
Save philwolstenholme/f49ba9185a2d157f631d22739d18e9f6 to your computer and use it in GitHub Desktop.
/*
Credit to https://github.com/bsuresh, I'm just saving this as a gist for my own reference
*/
/* Content to extend beyond the boundaries of our container and span
to full width of viewport */
.u-breakout {
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
clear: both;
float: none;
display: block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment