-
-
Save akroii/15b8f0106c9d6ce71254fae0e14d1ea8 to your computer and use it in GitHub Desktop.
Margin Center viewport
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
.u-release { | |
margin-left: calc(-50vw + 50%); | |
margin-right: calc(-50vw + 50%); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment