This commit is contained in:
Chris Chen 2025-11-05 16:26:06 -08:00
parent b4d52283aa
commit 61604355c1

View File

@ -103,11 +103,15 @@
.tp-wrapper {
-webkit-perspective: 800px;
perspective: 800px;
height: 85vh;
height: 40vh; // Default for portrait
@media (max-height: 450px) and (orientation: landscape) {
@media (orientation: landscape) {
height: 85vh;
}
@media (orientation: portrait) and (max-height: 667px) {
height: 50vh;
}
}
.tp-box {