From e7ddaf872474dffb203a6891d85f6d0c1563eec4 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 28 May 2025 19:13:38 +0200 Subject: [PATCH] Fine-tune media query breakpoints for optimal responsiveness --- node/server/public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;