[BUGFIX] i* devices landscape zoom

This commit is contained in:
Xaver Maierhofer 2016-06-24 17:13:18 +02:00
parent 05dd4bbc32
commit a112b8f8af
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="style.css?__inline=true">
<script>
var jsonData = __inline(config.json);

View File

@ -33,7 +33,7 @@
}
@media all and (device-width: 768px) and (orientation: landscape) {
height: 400px;
height: 768px;
}
@media only screen and (device-height: 568px) and (orientation: portrait) {