Update index.html

This commit is contained in:
Voxel 2025-03-13 15:41:32 -04:00 committed by GitHub
parent 718bd6dfcb
commit 3e44fe4d9b
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: 100%;
height: 100%;
width: 150%;
height: 150%;
overflow: hidden;
display: flex;
justify-content: center;
@ -18,8 +18,8 @@
background-color: black;
}
embed {
width: 100vw;
height: 100vh;
width: 150vw;
height: 150vh;
}
</style>
</head>