WIP
This commit is contained in:
parent
b4d52283aa
commit
61604355c1
@ -103,11 +103,15 @@
|
|||||||
.tp-wrapper {
|
.tp-wrapper {
|
||||||
-webkit-perspective: 800px;
|
-webkit-perspective: 800px;
|
||||||
perspective: 800px;
|
perspective: 800px;
|
||||||
height: 85vh;
|
height: 40vh; // Default for portrait
|
||||||
|
|
||||||
@media (max-height: 450px) and (orientation: landscape) {
|
@media (orientation: landscape) {
|
||||||
height: 85vh;
|
height: 85vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (orientation: portrait) and (max-height: 667px) {
|
||||||
|
height: 50vh;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.tp-box {
|
.tp-box {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user