diff options
author | Alexis Hovorka <[email protected]> | 2024-02-13 23:20:50 -0700 |
---|---|---|
committer | Alexis Hovorka <[email protected]> | 2024-02-13 23:20:50 -0700 |
commit | 789f6d3e9f9f984070292223cc6f295808c23de8 (patch) | |
tree | f767e6094ffd90c84b165f0885c510eaf29d1b2c /app/public/index.html | |
parent | addc5e389277b392dbe7fbdb24b5cf4a983493a2 (diff) |
[a11y] Allow pinch zooming
Diffstat (limited to 'app/public/index.html')
-rw-r--r-- | app/public/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/public/index.html b/app/public/index.html index d5932a1..c7b44c7 100644 --- a/app/public/index.html +++ b/app/public/index.html @@ -5,7 +5,7 @@ <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> - <meta name="viewport" content="user-scalable=no,width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1"> + <meta name="viewport" content="width=device-width,initial-scale=1.0"> <!--link rel="icon" type="image/x-icon" href="favicon.ico"> <link rel="apple-touch-icon" href="img/apple-touch-icon-57.png" sizes="57x57" > |