beginning of mobile site

This commit is contained in:
metacryst
2025-12-01 03:07:55 -06:00
parent fcf0b4b08a
commit daa4182778
50 changed files with 1377 additions and 43 deletions

View File

@@ -29,7 +29,7 @@ class Events extends Shadow {
})
p(`Join us in Austin, Texas for a great dance, with free drinks and live music by Boerne's own Noah Kurtis. <br><br>Admission: $50 for men, women are free.`)
p(`Join us in Austin, Texas for a great dance, with free drinks and live music by Boerne's own Noah Kurtis. <br><br>Admission: $30 for men, women are free.`)
.marginRight(4, em)
button("Tickets Available Soon")

View File

@@ -1,9 +1,9 @@
class SignIn extends Shadow {
inputStyles(el) {
console.log(el)
return el
.border("1px solid var(--accent)")
.color("var(--accent)")
.border("1px solid var(--accent)")
}
render() {