Adjust width of #spirit-info for desktop landscape

This commit is contained in:
2025-05-28 19:45:39 +02:00
parent 987992e960
commit 0770b27db6

View File

@@ -79,7 +79,7 @@ canvas {
/* "Desktop" und Mobile-Landscape (breit genug) */
@media (min-width: 620px) and (orientation: landscape) {
#spirit-info {
width: 600px;
width: 400px;
max-width: calc(100vw - 64px);
min-width: 320px;
max-height: calc(100dvh - 64px);