Skip to content

Instantly share code, notes, and snippets.

@akolinski
Last active August 16, 2023 06:59
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save akolinski/29403de9ae9efbf56c8b5d5f3329e2ef to your computer and use it in GitHub Desktop.
Save akolinski/29403de9ae9efbf56c8b5d5f3329e2ef to your computer and use it in GitHub Desktop.
// No media query since this is the default in Bootstrap
// Very small devices (tablets, 480px and up)
@media (min-width: $screen-xs-min) {
}
// Small devices (tablets, 768px and up)
@media (min-width: $screen-sm-min) {
}
// Medium devices (desktops, 992px and up)
@media (min-width: $screen-md-min) {
}
// Large devices (large desktops, 1200px and up)
@media (min-width: $screen-lg-min) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment