Advertisement
imranmodel32

less framework 4

Sep 19th, 2013
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  2.  
  3.  
  4. /* Default Layout: 992px.
  5.  
  6.  
  7. /* Tablet Layout: 768px.
  8. */
  9.  
  10. @media only screen and (min-width: 768px) and (max-width: 991px) {
  11.  
  12. }
  13.  
  14.  
  15.  
  16. /* Mobile Layout: 320px.
  17. */
  18.  
  19. @media only screen and (max-width: 767px) {
  20.  
  21.  
  22.  
  23. }
  24.  
  25.  
  26.  
  27. /* Wide Mobile Layout: 480px.
  28. */
  29.  
  30. @media only screen and (min-width: 480px) and (max-width: 767px) {
  31.  
  32.  
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement