Skip to content

Instantly share code, notes, and snippets.

@ffedoroff
Created March 5, 2014 04:19
Show Gist options
  • Save ffedoroff/9361080 to your computer and use it in GitHub Desktop.
Save ffedoroff/9361080 to your computer and use it in GitHub Desktop.
resp
.test {
width: 100%;
}
@media only screen and (min-device-width: 480px) {
.test {
width: 90%;
}
}
@media only screen and (min-device-width: 1024px) {
.test {
width: 80%;
}
}
@media only screen and (min-device-width: 320px) {
.test {
width: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment