Viewport meta tag is present
Why it matters
Without it mobile browsers render the page at desktop width and shrink it to fit, which fails Google's mobile usability bar and leaves text unreadable on a phone.
How to fix it
Add <meta name="viewport" content="width=device-width, initial-scale=1"> to <head>.
Check a page for this