Inês Rodrigues
Inês Rodrigues

Reputation: 57

css font-size is smaller in apple mail than gmail (iphone)

I'm doing an html newsletter and the font size result is really different between apple mail and gmail (both on iphone). Apple mail has a really small letter but if I increase it in gmail it looks huge. How can I solve this? thanks!

Upvotes: 3

Views: 1608

Answers (1)

AleshaOleg
AleshaOleg

Reputation: 2211

This should help you, write any other tags which you use in your mail.

<style type="text/css">
    div, p, a, li, td { -webkit-text-size-adjust:none; }
</style> 

Upvotes: 1

Related Questions