Skip to content

Instantly share code, notes, and snippets.

@pagemashine
Created March 29, 2017 06:50
Show Gist options
  • Save pagemashine/f1119852ff4aeccbd6e3851de7dd47ce to your computer and use it in GitHub Desktop.
Save pagemashine/f1119852ff4aeccbd6e3851de7dd47ce to your computer and use it in GitHub Desktop.
meadia queries all
/*---------------------------------*/
@media handheld, only screen and (min-width: 980px) and (max-width: 1279px) { /*-SMALL DESKTOP-*/
/*---------------------------------*/
/*---------------------------------*/
}
/*---------------------------------*/
@media handheld, only screen and (min-width: 768px) and (max-width: 979px) { /*-TABLET-*/
/*---------------------------------*/
/*---------------------------------*/
}
/*---------------------------------*/
@media handheld, only screen and (max-width: 767px) { /*-MOBILE-*/
/*---------------------------------*/
/*---------------------------------*/
}
/*---------------------------------*/
@media handheld, only screen and (max-width: 400px) { /*-MOBILE SMALL-*/ /*---------------------------------*/
/*---------------------------------*/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment