Make the meta viewport tag more accessible

Note that this no longer fixes a bug in mobile Safari in iOS 4.x/5.x. When the
user switches from portrait to landscape mode, the page will automatically be
zoomed in by the browser. However, users of all browsers can now zoom in.
master
Calinou 2015-08-31 07:43:32 +02:00
parent cb6f429453
commit 7be3bf9de6
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ page.title }} - Minetest</title>
<link rel="stylesheet" href="lib/css/bootstrap.min.css">
<link rel="stylesheet" href="css/main.min.css">