diff --git a/node/server/public/index.html b/node/server/public/index.html index 6b49661..6656314 100644 --- a/node/server/public/index.html +++ b/node/server/public/index.html @@ -67,7 +67,7 @@ gap: 18px; } - @media (min-width: 750px) { + @media (min-width: 600px) { #spirit-info { width: 560px; max-width: calc(100vw - 64px); /* Noch etwas mehr Abstand bei großem Screen */ @@ -104,7 +104,7 @@ } } - @media (max-width: 749px) { + @media (max-width: 599px) { #spirit-info { width: 94vw; max-width: 98vw;