/ Published in: CSS
Expand |
Embed | Plain Text
/* iPad portrait */ @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { body {width: 1040px; } .information {min-height: 1000px;} } /* iPad landscape */ @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { body {width: 1040px;} .information {min-height: 300px;} }
You need to login to post a comment.
