Guest User

Untitled

a guest
Jun 27th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. /* Portrait phones and smaller */
  2. @media (max-width: 480px) { }
  3.  
  4. /* Landscape phones and portrait tablets */
  5. @media (max-width: 767px) { }
  6.  
  7. /* Portrait tablets and small desktops */
  8. @media (min-width: 768px) and (max-width: 991px) { }
  9.  
  10. /* Landscape tablets and medium desktops */
  11. @media (min-width: 992px) and (max-width: 1199px) { }
Add Comment
Please, Sign In to add comment