Hacker News new | ask | show | jobs
by gnyman 2000 days ago
I like it. This is a well written argumentation on why not all webpages need to be Webapps. I'll save this for later.

One little nitpick or question, the page isn't very readable on my mobile (iOS), it's too wide and tiny text.

A quick check tells me you have not set a meta-viewport. I've found adding <Pre><meta name="viewport" content="width=device-width, initial-scale=1"></Pre> makes things work better for mobile most of the time.

1 comments

Thanks, added!