[BUGFIX] i* devices landscape zoom
This commit is contained in:
parent
05dd4bbc32
commit
a112b8f8af
@ -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);
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user