Skip to content

Commit 219ac59

Browse files
authored
Disable scalinng on moblie
1 parent 5dd675d commit 219ac59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
77
<title>simulation</title>
88
</head>
99
<body>

0 commit comments

Comments
 (0)