-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Small text size on MobileSafari #6
Comments
Which device do you have? It scales down some text on mobile depending on screen size, but maybe it's a bit too much. I find it looks kind of okay on my iPhone SE (but that's probably not the most common size). |
I got iPhone 6S. It got .7” more screen compared to SE. |
Line 37 in 7356f40
I just tested with Chrome DevTools, changing 12px to 18px seems okay. But its gonna break other media sizes, should fix that too. |
18px seems rather huge to me. The default desktop size is 16px. Generally you want to make the fonts a bit smaller on mobile devices, not larger. I changed it from 12px to 14px on my site (arp242.net), and at a glance that seems about right to me on my iPhone SE? Need to test some more later (maybe I should increase line-height a wee bit, too). |
I absolutely love this CSS template. But when I test webpage with MobileSafari text size appears relatively small. See attached screenshots for reference.
MobileSafari default:
MobileSafari with reader mode activated:
The text was updated successfully, but these errors were encountered: