I'm using Android chrome browser and the links and buttons are so tiny that they're barely viewable. Is it just my settings or everyone is facing this? Seems like the viewport meta tag or something wasn't done right.<p>I don't want to use any third party apps as my phone is already full of them. A pity Android chrome doesn't allow extensions, otherwise I'd have written one myself to fix this as I've done on my desktop browser for many sites.<p>And there is that firebase API of course but it's read only, no use if I want to comment or vote.
It's pretty screwed up on Safari on iOS also. At 100% font-size the text is a bit too small to read comfortably. Increase the font-size to 115% and the text actually gets smaller!<p>The viewport meta tag is fine. The problem is the table markup, which causes the page width to exceed the screen width if you enlarge the fonts too much, and the font-sizes in the CSS file, which are set to 10pt and smaller.<p>And reader-mode is disabled. I think that might also be due to the table markup. Not sure.