Skip to content

Instantly share code, notes, and snippets.

@bMinaise
Created September 5, 2013 18: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 bMinaise/6453952 to your computer and use it in GitHub Desktop.
Save bMinaise/6453952 to your computer and use it in GitHub Desktop.
Bootstrap 3 - Media Queries LESS
/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm) { ... }
/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md) { ... }
/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg) { ... }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment