Here is just a CSS media query for targeting phones with a pixel width of no greater than 320px (eg. iphone portrait) taking into account the higher pixel density phones too.
@media (max-device-width : 320px) ,
(-webkit-min-device-pixel-ratio: 2) and (max-device-width : 640px) {
Leave a Reply