WIP

Mikayla Maki created

Change summary

crates/welcome/src/welcome.rs | 3 +++
1 file changed, 3 insertions(+)

Detailed changes

crates/welcome/src/welcome.rs 🔗

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