|
|
|
|
|
by keedot
3987 days ago
|
|
I accept that some people don't know how, or don't want to dedicate the time to making a responsive site. I get that, I have sites that don't make sense in mobile, so we don't bother with a mobile design. But don't take away the ability to zoom on mobile if you don't. You lose a good portion of your audience. |
|
The site is hosted on GitHub pages and I used a template. I found this tag in the HTML
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
And changed it to
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">