Remove the user-scalable="no" parameter from the content attribute of the <meta name="viewport"> element in order to allow zooming and ensure the maximum-scale parameter is not less than 2.

This commit is contained in:
DarkShyMW
2023-03-12 20:55:45 +03:00
parent c1e59b5d56
commit b5b9eb7751

View File

@@ -10,7 +10,7 @@
<meta name="language" content="Russian">
<meta name="revisit-after" content="5 days">
<meta name="author" content="Dark Shy">
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="format-detection" content="telephone=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="theme-color" content="black">