Adding location pin, location input

This commit is contained in:
metacryst
2025-11-11 14:19:56 -06:00
parent fa67271ae8
commit 02648859a8
9 changed files with 80 additions and 8 deletions

View File

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