Skip to content

Instantly share code, notes, and snippets.

@mokanfar
Created May 17, 2019 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mokanfar/fe151f743dc341e54cbcbf2c1dad5cc6 to your computer and use it in GitHub Desktop.
Save mokanfar/fe151f743dc341e54cbcbf2c1dad5cc6 to your computer and use it in GitHub Desktop.
/*
====================================
Small Screen - Tablet
====================================
*/
@media screen and (min-width: 768px) and (max-width: 991px) {
}
/*
====================================
Small Screen - Mobile
====================================
*/
@media screen and (min-width: 576px) and (max-width: 767px) {
}
/*
====================================
Xtra Small Screen - Small Mobile
====================================
*/
@media screen and (max-width: 576px) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment