diff --git a/node/server/public/index.html b/node/server/public/index.html index 36750f7..4dba6ac 100644 --- a/node/server/public/index.html +++ b/node/server/public/index.html @@ -67,7 +67,7 @@ } /* Desktop: Bild links, Text rechts */ - @media (min-width: 720px) { + @media (min-width: 750px) { .spirit-info-flex { flex-direction: row; align-items: flex-start; @@ -92,7 +92,7 @@ } /* Mobile: Bild oben, Text unten */ - @media (max-width: 719px) { + @media (max-width: 749px) { .spirit-info-flex { flex-direction: column; gap: 16px;