Created
June 8, 2016 15:50
-
-
Save philwolstenholme/f49ba9185a2d157f631d22739d18e9f6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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