Adjust max-width of index.html container

This commit is contained in:
2025-05-28 19:06:44 +02:00
parent 21460894fc
commit da8642c9d0

View File

@@ -51,7 +51,7 @@
font-family: 'Segoe UI', sans-serif;
box-shadow: 0 12px 64px #000a;
width: 80vw;
max-width: 800px;
max-width: 700px;
min-width: 0;
max-height: 80vh;
overflow-y: auto;