Update index.html

This commit is contained in:
Voxel 2025-03-13 15:47:48 -04:00 committed by GitHub
parent 1cbc716abc
commit 6812f69341
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,10 +18,11 @@
background-color: black;
}
embed {
width: 225vw;
height: 225vh;
max-width: none;
max-height: none;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
</style>
</head>