If you want to stop the iPhone to automatically enlarge the text on your website use the following CSS code:
CSS code:
body{
-webkit-text-size-adjust: none;
}
-webkit-text-size-adjust: none;
}
If you want to stop the iPhone to automatically enlarge the text on your website use the following CSS code:
CSS code: