style tweaks

This commit is contained in:
metacryst
2026-01-14 16:43:11 -06:00
parent 34a73abdb4
commit 0f400fe300

View File

@@ -22,22 +22,22 @@ class Home extends Shadow {
VStack(() => {
HStack(() => {
span("The Community OS")
span("The Community App")
.fontFamily("Canterbury")
.color("var(--accent)")
.fontSize(2.5, vmax)
.fontSize(2.2, vmax)
.paddingBottom(1, rem)
})
.height(5, em)
.verticalAlign("center")
.horizontalAlign("center")
p("Parchment provides spaces for every group you are a part of.")
p("Parchment is a platform for small to medium-sized communities.")
.color("var(--quillred)")
.borderTop("1px solid var(--quillred)")
.borderHorizontal("1px solid var(--quillred)")
.height(5, em)
.fontSize(window.isMobile() ? 2 : 1.2, vmax)
.fontSize(window.isMobile() ? 1.5 : 1.2, vmax)
.paddingTop(2, vmax)
.paddingHorizontal(2, vmax)
})