Update media query for spirit-info

This commit is contained in:
2025-05-28 19:49:23 +02:00
parent 467cebc300
commit 4f06822ad7

View File

@@ -113,12 +113,12 @@ canvas {
}
/* "Mobile Portrait" (Hochformat und schmal) */
@media (max-width: 619px) and (orientation: portrait) {
@media (max-width: 619px), (orientation: portrait) {
#spirit-info {
width: 90vw;
max-width: 98vw;
min-width: 0;
max-height: 82dvh;
max-height: 82dvh; /* dynamic viewport height */
padding: 8vw 4vw 4vw 4vw;
}
.spirit-info-flex {