Media query in responsive email template
问题 I need to build a responsive email template. I did my research and learnt that media queries are not widely supported by the email clients. So, I tried not to use media query and stacked the columns using display: inline-block; max-width:290px; . But what if I want to change the font size for mobile version? Also I have a case where client wants few blocks to be visible in mobile but not on desktop. How can I achieve these without media query? Also, in my case when I add style rules and media