Skip to content

Instantly share code, notes, and snippets.

@finreinhard
Last active August 15, 2017 19:29
Show Gist options
  • Save finreinhard/4cad726999c6307b8910849f7b9925cb to your computer and use it in GitHub Desktop.
Save finreinhard/4cad726999c6307b8910849f7b9925cb to your computer and use it in GitHub Desktop.
.content {
max-width: 980px;
margin: 0 auto;
}
@media only screen and (max-width: 1068px) {
.content {
max-width: 698px;
}
}
@media only screen and (max-width: 735px) {
.content {
max-width: 90%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment