Skip to content

Instantly share code, notes, and snippets.

@itzsaga
Last active March 5, 2017 05:16
Show Gist options
  • Save itzsaga/e3122e446c95e24e0ca582593a6649dd to your computer and use it in GitHub Desktop.
Save itzsaga/e3122e446c95e24e0ca582593a6649dd to your computer and use it in GitHub Desktop.
An example of Mobile Up design with the wrapper class.
.wrapper {
width: 90%;
}
@media only screen and (min-width: 980px) {
.wrapper {
width: 960px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment