Reduce width of #spirit-info for mobile portrait

This commit is contained in:
2025-05-28 19:45:58 +02:00
parent d91497f76e
commit 8c07aa89f4

View File

@@ -115,7 +115,7 @@ canvas {
/* "Mobile Portrait" (Hochformat und schmal) */
@media (max-width: 619px), (orientation: portrait) {
#spirit-info {
width: 90vw;
width: 40vw;
max-width: 98vw;
min-width: 0;
max-height: 82dvh; /* dynamic viewport height */