Created
January 12, 2018 03:10
-
-
Save bmoredrew/bf71a3b6f8191eb3522c6d16afd67e52 to your computer and use it in GitHub Desktop.
Breakout of a parent container
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
.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