Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. /* Bootstrap 3 Media Queries
  2. -------------------------------------------*/
  3. @media (max-width:767px) {
  4.  
  5. }
  6. @media (min-width: 768px) and (max-width: 991px) {
  7.  
  8. }
  9. @media (min-width:992px) and (max-width: 1199px) {
  10.  
  11. }
  12. @media (min-width:1200px) {
  13.  
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement