diff options
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html index 02fedac..1020e19 100644 --- a/public/index.html +++ b/public/index.html @@ -2,7 +2,7 @@ <html> <head> <meta charset="utf-8"> - <meta content="width=device-width, initial-scale=1" name="viewport"> + <meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0'/> <link href="/css/bulma.css" rel="stylesheet" type="text/css"> </head> <body> |