mirror of
https://github.com/kennethreitz/wordpress-theme-skeleton.git
synced 2026-06-05 23:20:18 +00:00
10 lines
298 B
CSS
10 lines
298 B
CSS
@media only screen and (orientation:portrait) and (min-device-width: 320px) and (max-device-width: 480px){
|
|
/* iPhone in Portrait orientation */
|
|
|
|
}
|
|
|
|
@media only screen (orientation:landscape) and (min-device-width: 320px) and (max-device-width: 480px){
|
|
/* iPhone in Landscape orientation */
|
|
|
|
}
|