diff --git a/node/server/public/index.html b/node/server/public/index.html index ca1519b..4e71db5 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: 300px) { + @media (min-width: 600px) { .spirit-info-flex { flex-direction: row; align-items: flex-start; @@ -92,7 +92,7 @@ } /* Mobile: Bild oben, Text unten */ - @media (max-width: 299px) { + @media (max-width: 599px) { .spirit-info-flex { flex-direction: column; gap: 16px;