Skip to content

Instantly share code, notes, and snippets.

@joviczarko
Created October 16, 2016 07:37
Show Gist options
  • Save joviczarko/c19ac01c3bcb0841420c2ebbd057a64e to your computer and use it in GitHub Desktop.
Save joviczarko/c19ac01c3bcb0841420c2ebbd057a64e to your computer and use it in GitHub Desktop.
Default bootstrap media queries
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment