Morning all,
I have a situation where for a client, the emails they see in the Outlook desktop app are being impacted by a media query.
The media query is of this form:
<style type="text/css">
@media only screen and (max-width: 600px) {
/* Lots of responsive coolness in here */
}
</style>
Has anyone else come across anything similar. It is driving me batty!!!
Cheers
Jo