Skip to content

Instantly share code, notes, and snippets.

@anxolin
Created October 29, 2018 07:15
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 anxolin/092e52208679076439f3528123d2d2b9 to your computer and use it in GitHub Desktop.
Save anxolin/092e52208679076439f3528123d2d2b9 to your computer and use it in GitHub Desktop.
// ***********************************
// ** Media queries: Responsive **
// ***********************************
/* sm - Small devices (tablets and up) */
@media screen and (min-width: 768px) {
}
/* md - Medium devices (desktops and up) */
@media screen and (min-width: 992px) {
}
/* lg - Large devices (large desktops and up) */
@media screen and (min-width: 1200px) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment