Revert adjustment to max-width of #spirit-info on small screens

This commit is contained in:
2025-05-28 19:51:28 +02:00
parent 2f983a8d94
commit 077f022ff3

View File

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