Update index.html to make the chat box wider

This commit is contained in:
0xez 2024-03-15 20:41:58 +08:00 committed by GitHub
parent 3020327f6c
commit 64472c9e97
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,7 +36,7 @@
}
body {
max-width: 600px;
max-width: 1000px;
min-width: 300px;
line-height: 1.2;
margin: 0 auto;