Increase max-height of #spirit-info for better visibility

This commit is contained in:
2025-05-28 19:52:34 +02:00
parent 4599c04546
commit 1995cbd7f4

View File

@@ -118,7 +118,7 @@ canvas {
width: 90vw;
max-width: 400px;
min-width: 0;
max-height: 82dvh; /* dynamic viewport height */
max-height: 700px; /* dynamic viewport height */
padding: 8vw 4vw 4vw 4vw;
}
.spirit-info-flex {