Hi,
I do not have a retina iPad, only retina Mac and retina iPhone. Both of which show the header logo to be really crisp.
I have asked the team if they can also test this. Can you clear the iPad safari cache?
This specific media query will target the iPad 4, if the above fails:
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) {
#mobile-logo img.retina,
.full-center #logo.has-img a > img {
width: auto!important;
}
}
Thanks.