Adjust max-width of #spirit-info on smaller screens

This commit is contained in:
2025-05-28 19:51:42 +02:00
parent 077f022ff3
commit 4599c04546

View File

@@ -116,7 +116,7 @@ canvas {
@media (max-width: 619px), (orientation: portrait) {
#spirit-info {
width: 90vw;
max-width: 600px;
max-width: 400px;
min-width: 0;
max-height: 82dvh; /* dynamic viewport height */
padding: 8vw 4vw 4vw 4vw;