Update index.html

This commit is contained in:
Voxel 2025-03-13 15:42:52 -04:00 committed by GitHub
parent 3e44fe4d9b
commit 0d77c8a5d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,8 +9,8 @@
html, body {
margin: 0;
padding: 0;
width: 150%;
height: 150%;
width: 100%;
height: 100%;
overflow: hidden;
display: flex;
justify-content: center;