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
parent
cb6f429453
commit
7be3bf9de6
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue