Tag Archives for CSS
CSS Media Query Breakpoints – iPhone 6 & 6+
In case you were wondering… /********** iPhone 6 **********/ @media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2){ } @media only screen and (min-device-width : 375px) and (max-device-width : 667px) … Continue reading