Skip to content

Instantly share code, notes, and snippets.

@enlacee
Last active June 1, 2016 07:16
Show Gist options
  • Save enlacee/bd4395f4ad9c4ec18a64feafc5ffa8f0 to your computer and use it in GitHub Desktop.
Save enlacee/bd4395f4ad9c4ec18a64feafc5ffa8f0 to your computer and use it in GitHub Desktop.
/* HTML
* <meta name="viewport" content="width=device-width">
*/
/**********************************************************
* MOBILE
***********************************************************/
@media screen and(min-width: 780px) and (max-width: 1024px){
}
@media screen and(min-width: 480px) and (max-width: 780px){
}
@media screen and(max-width: 480px){
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment