]>
Raphaƫl G. Git Repositories - blogbundle/blob - public/css/base.css
   3 /* Smartphones (portrait and landscape) ----------- */ 
   5 and 
(min-device-width : 320px) 
   6 and 
(max-device-width : 480px) { 
  10 /* Smartphones (landscape) ----------- */ 
  12 and 
(min-width : 321px) { 
  16 /* Smartphones (portrait) ----------- */ 
  18 and 
(max-width : 320px) { 
  22 /* iPads (portrait and landscape) ----------- */ 
  24 and 
(min-device-width : 768px) 
  25 and 
(max-device-width : 1024px) { 
  29 /* iPads (landscape) ----------- */ 
  31 and 
(min-device-width : 768px) 
  32 and 
(max-device-width : 1024px) 
  33 and 
(orientation : landscape
) { 
  37 /* iPads (portrait) ----------- */ 
  39 and 
(min-device-width : 768px) 
  40 and 
(max-device-width : 1024px) 
  41 and 
(orientation : portrait
) { 
  45 /* Desktops and laptops ----------- */ 
  46 @media only screen and 
(min-width : 1224px) { 
  50 /* Large screens ----------- */ 
  52 and 
(min-width : 1824px) { 
  56 /* iPhone 4 ----------- */ 
  58 only screen and 
(-webkit-min-device-pixel-ratio : 1.5), 
  59 only screen and 
(min-device-pixel-ratio : 1.5) {