Hacker News new | ask | show | jobs
by bowaggoner 2001 days ago
Hi all, seems like a slow news day so thought you might enjoy this little page. Comments, suggestions, discussion, criticism welcome!
1 comments

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.

Thanks, added!