Select Page

Media Queries Tip Sheet

Below are some quick code snippets you can use in your CSS file to accommodate for iPad and iPhone devices. iPad iPad (portrait) @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { /* YOUR CSS GOES HERE */ }...