@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 */ }