prevent mobile zoom
Massimo Melina committed
Jan 22, 2022 at 12:32 UTC
150cb9eb06774496544d4c4dc92271a0ce759a2c
1 file changed
+1
-1
frontend/public/index.html
+1
-1
@@ -3,7 +3,7 @@
3
<head>
4
<meta charset="utf-8" />
5
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
6
- <meta name="viewport" content="width=device-width, initial-scale=1" />
6
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=0" />
7
<meta name="theme-color" content="#000000" />
8
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
9
<link href="fontello.css" rel="stylesheet" />