Add max-width to index.html for responsive design
This commit is contained in:
@@ -51,6 +51,7 @@
|
||||
font-family: 'Segoe UI', sans-serif;
|
||||
box-shadow: 0 12px 64px #000a;
|
||||
width: 560px; /* Feste Standard-Breite Desktop */
|
||||
max-width: calc(100vw - 48px); /* Mindestens 24px Abstand außen */
|
||||
min-width: 320px;
|
||||
height: auto;
|
||||
max-height: calc(100vh - 48px); /* Mindestens 24px Abstand oben/unten */
|
||||
|
||||
Reference in New Issue
Block a user