This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.ipad-only, .iphone-only, .retina-only, .non-retina-only, .retina-iphone-only, .non-retina-iphone-only { display: none; } | |
/* ---------- iPad Only ---------- */ | |
@media only screen and (device-width: 768px) { | |
.ipad-only { display: block; } | |
} | |
/* ---------- iPhone/iPod Only ---------- */ | |
@media only screen and (device-width: 320px) { | |
.iphone-only { display: block; } |