This commit is contained in:
Mikayla Maki 2023-03-06 14:16:55 -08:00
parent b74553455f
commit 020a0965b0

View file

@ -100,6 +100,9 @@ impl View for WelcomePage {
.align_children_center()
.boxed(),
])
.aligned()
.constrained()
.with_max_width(300.)
.boxed(),
)
.boxed()