Skip to content

Instantly share code, notes, and snippets.

@jamigibbs
Last active April 21, 2016 20:04
Show Gist options
  • Save jamigibbs/3fa031a890b69fb4acbfaeae5a7887aa to your computer and use it in GitHub Desktop.
Save jamigibbs/3fa031a890b69fb4acbfaeae5a7887aa to your computer and use it in GitHub Desktop.
/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
h1 {
font-size: 12px;
}
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
h1 {
font-size: 12px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment