Skip to content

Instantly share code, notes, and snippets.

@fredericAerts
Created August 13, 2015 13:53
Show Gist options
  • Select an option

  • Save fredericAerts/6127ae3be88e1920eb2e to your computer and use it in GitHub Desktop.

Select an option

Save fredericAerts/6127ae3be88e1920eb2e to your computer and use it in GitHub Desktop.
web developer in 3 days - v2
.content-wrapper {
width: 100%;
padding: 0 15px;
}
/* Media query
========================== */
@media (min-width: 750px) {
.content-wrapper {
width: 750px;
margin-left: auto;
margin-right: auto;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment