Adjust max-width of main container in index.html

This commit is contained in:
2025-05-28 19:08:27 +02:00
parent 87b61db39f
commit d0c85b26b4

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;