Remove max-scale attribute to increase accessibility

This commit is contained in:
Björn Fromme
2022-03-14 16:07:12 +01:00
parent 9982027d90
commit 8365be05c5
@@ -1,7 +1,7 @@
page = PAGE
page {
meta {
viewport = width=device-width, initial-scale=1, maximum-scale=1
viewport = width=device-width, initial-scale=1
X-UA-Compatible = ie=edge
format-detection = telephone=no
}