This commit is contained in:
metacryst
2025-11-24 01:30:19 -06:00
parent fd08d13bee
commit d63a7d02ec

View File

@@ -20,7 +20,7 @@ class Home extends Shadow {
div()
.width(100, vw)
.height(100, vh)
.margin("0px")
.margin(0)
.backgroundImage("/_/images/the_return.webp")
.backgroundSize("cover")
.backgroundPosition("48% 65%")