Y
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
f233f2
967 days ago
That website contains
<meta name="viewport" content="width=device-width, initial-scale=1">
link
xigoi
967 days ago
So does the OP's website.
link