diff --git a/node/server/public/index.html b/node/server/public/index.html
index 2424115..6ea0b66 100644
--- a/node/server/public/index.html
+++ b/node/server/public/index.html
@@ -79,7 +79,7 @@ canvas {
/* "Desktop" und Mobile-Landscape (breit genug) */
@media (min-width: 620px) and (orientation: landscape) {
#spirit-info {
- width: 400px;
+ width: 600px;
max-width: calc(100vw - 64px);
min-width: 320px;
max-height: calc(100dvh - 64px);