Update max-height of canvas element in index.html

This commit is contained in:
2025-05-28 19:42:42 +02:00
parent bae187817e
commit 987992e960

View File

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