forest-templates
forest-templates copied to clipboard
Website and templates are not initially responsive on mobile
Bug Report
All the examples and templates are not really responsive on mobile, because the initial width is fixed in your meta
tag
Change it to
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
OK, i looked at the repo code and have seen, the "device-width" meta setting is already set. Then you may just need to update your homepage :laughing:
@lubber-de Hi, the website is under a heavy refactoring...still need some time to fix.
Thanks for report!
@lubber-de The code in this repo should be OK. I've test them carefully for responsive devices.