I currently have the following content displayed on my website:
<div style="font-size: 11px; line-height: 17px; text-align: left;">
<p>lorem ipsum etc etc</p>
</div>
Strangely, despite setting the font size to 11px, the text appears excessively large in Firefox on Android. This issue is consistent across multiple devices and adjusting browser settings does not seem to fix it.
The rest of the site displays correctly, so I'm puzzled as to why only certain paragraphs are affected by this disproportionate font size alteration even though they all have specified font sizes.
Any suggestions or insights into what might be causing this unexpected behavior?