Код: Выделить всё
@media only screen and (max-device-width:480px),
only screen and (-webkit-min-device-pixel-ratio: 2)
{ /*iphone css*/ }
Подробнее здесь: https://stackoverflow.com/questions/943 ... -stand-for
Код: Выделить всё
@media only screen and (max-device-width:480px),
only screen and (-webkit-min-device-pixel-ratio: 2)
{ /*iphone css*/ }