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