Files
wordpress-theme-skeleton/css/ipad.css
T

15 lines
305 B
CSS

@media only screen and (orientation:portrait) {
/* iPad in Portrait orientation */
}
@media only screen (orientation:landscape) {
/* iPad in Landscape orientation */
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
/* iPhone apps on iPad with Web Views */
}