Adjust index.html width and add max-width

This commit is contained in:
2025-05-28 19:24:09 +02:00
parent 421023929e
commit 43e836abc1

View File

@@ -50,8 +50,7 @@
border-radius: 18px;
font-family: 'Segoe UI', sans-serif;
box-shadow: 0 12px 64px #000a;
width: 1000px; /* Feste Standard-Breite Desktop */
max-width: calc(100vw - 48px); /* Mindestens 24px Abstand außen */
width: 560px; /* Feste Standard-Breite Desktop */
min-width: 320px;
height: auto;
max-height: calc(100vh - 48px); /* Mindestens 24px Abstand oben/unten */