Skip to content

Instantly share code, notes, and snippets.

@verekia
Created September 29, 2015 21:50
Show Gist options
  • Save verekia/3e93afe9b23b67cb576a to your computer and use it in GitHub Desktop.
Save verekia/3e93afe9b23b67cb576a to your computer and use it in GitHub Desktop.
@media only screen and (min-width: 1140px) {
.wrapper {
width: 1026px; /* 1140px - 10% for margins */
margin: 0 auto;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment