auto-git:

[change] node/server/public/index.html
This commit is contained in:
2025-05-28 19:25:16 +02:00
parent 83fac31dd4
commit 9612a02671

View File

@@ -50,7 +50,7 @@
border-radius: 18px; border-radius: 18px;
font-family: 'Segoe UI', sans-serif; font-family: 'Segoe UI', sans-serif;
box-shadow: 0 12px 64px #000a; box-shadow: 0 12px 64px #000a;
width: 560px; /* Feste Standard-Breite Desktop */ width: 600px; /* Feste Standard-Breite Desktop */
max-width: calc(100vw - 48px); /* Mindestens 24px Abstand außen */ max-width: calc(100vw - 48px); /* Mindestens 24px Abstand außen */
min-width: 320px; min-width: 320px;
height: auto; height: auto;
@@ -69,7 +69,7 @@
@media (min-width: 620px) { @media (min-width: 620px) {
#spirit-info { #spirit-info {
width: 560px; width: 600px;
max-width: calc(100vw - 64px); /* Noch etwas mehr Abstand bei großem Screen */ max-width: calc(100vw - 64px); /* Noch etwas mehr Abstand bei großem Screen */
min-width: 320px; min-width: 320px;
max-height: calc(100vh - 64px); max-height: calc(100vh - 64px);