Drop height (for iOS)
This commit is contained in:
parent
f7ead8b333
commit
6651577e86
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
body .root .content.theme {
|
body .root .content.theme {
|
||||||
height: 75%;
|
height: 75%;
|
||||||
@media (max-device-height: 667px) {
|
@media (max-device-height: 700px) {
|
||||||
height: 65%;
|
height: 65%;
|
||||||
}
|
}
|
||||||
@media (min-device-height: 1024px) {
|
@media (min-device-height: 1024px) {
|
||||||
|
|
Loading…
Reference in a new issue