Guest User

Untitled

a guest
Nov 21st, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. // Large devices (desktops, less than 1200px)
  2. @media (max-width: 1199.98px) {}
  3. // Medium devices (tablets, less than 992px)
  4. @media (max-width: 991.98px) {}
  5. // Small devices (landscape phones, less than 768px)
  6. @media (max-width: 767.98px) {}
  7. // Extra small devices (portrait phones, less than 576px)
  8. @media (max-width: 575.98px) {}
Add Comment
Please, Sign In to add comment