Skip to content

Instantly share code, notes, and snippets.

@akroii
Created June 2, 2016 04:58
Show Gist options
  • Save akroii/15b8f0106c9d6ce71254fae0e14d1ea8 to your computer and use it in GitHub Desktop.
Save akroii/15b8f0106c9d6ce71254fae0e14d1ea8 to your computer and use it in GitHub Desktop.
Margin Center viewport
.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