Guest User

Untitled

a guest
Jun 28th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. /* Extra small devices (phones, less than 768px) */
  2. /* No media query since this is the default in Bootstrap */
  3.  
  4. /* Small devices (tablets, 768px and up) */
  5. @media (min-width: @screen-sm-min) { ... }
  6.  
  7. /* Medium devices (desktops, 992px and up) */
  8. @media (min-width: @screen-md-min) { ... }
  9.  
  10. /* Large devices (large desktops, 1200px and up) */
  11. @media (min-width: @screen-lg-min) { ... }
Add Comment
Please, Sign In to add comment