Skip to content

Instantly share code, notes, and snippets.

@pvrt
Created December 28, 2018 14:20
Show Gist options
  • Save pvrt/a4a37daaafe2e7d05612b8b42f242bb0 to your computer and use it in GitHub Desktop.
Save pvrt/a4a37daaafe2e7d05612b8b42f242bb0 to your computer and use it in GitHub Desktop.
@media screen and (min-width: 74.9375em) {
.home-content {
position:relative;
}
.main-categories {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment