Hacker News new | ask | show | jobs
by izoow 967 days ago
All that's needed for a blog site to be mobile-friendly is to just not actively break it. Plain html articles with no css read great on mobile, e.g. http://motherfuckingwebsite.com/
1 comments

That website contains

    <meta name="viewport" content="width=device-width, initial-scale=1">
So does the OP's website.