Increase width of index.html container

This commit is contained in:
2025-05-28 19:22:27 +02:00
parent 9e2f75acd8
commit f31a7109bf

View File

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