Skip to content

Instantly share code, notes, and snippets.

@pagemashine
Last active May 16, 2017 07:24
Show Gist options
  • Save pagemashine/6deb6a995ca19a687ea7df7c0819cbb3 to your computer and use it in GitHub Desktop.
Save pagemashine/6deb6a995ca19a687ea7df7c0819cbb3 to your computer and use it in GitHub Desktop.
meadia queries mobile
/*---------------------------------*/
@media handheld, only screen and (max-width: 767px) { /*-MOBILE-*/
/*---------------------------------*/
.hide-on-mobile {
display: none !important;
}
/*---------------------------------*/
}
/*---------------------------------*/
@media handheld, only screen and (max-width: 400px) { /*-MOBILE SMALL-*/
/*---------------------------------*/
/*---------------------------------*/
}
/*---------------------------------*/
@media handheld, only screen and (max-width: 767px) and (orientation: landscape) { /*-MOBILE LANDSCAPE-*/
/*---------------------------------*/
/*---------------------------------*/
}
/*---------------------------------*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment