From 042e5158f64c12224006b5110baf40b2abc638c1 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 28 May 2025 19:13:11 +0200 Subject: [PATCH] Further adjust media query breakpoints for better 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 c7ad1ef..36750f7 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: 700px) { + @media (min-width: 720px) { .spirit-info-flex { flex-direction: row; align-items: flex-start; @@ -92,7 +92,7 @@ } /* Mobile: Bild oben, Text unten */ - @media (max-width: 699px) { + @media (max-width: 719px) { .spirit-info-flex { flex-direction: column; gap: 16px;