workspace: Improve the welcome and launchpad pages UI (#47072)

Qichen Liu 刘启辰 created

Closes #47069

Release Notes:

- N/A

We can add something like `pb_40()` if the launchpad is supposed to be
up a bit rather centered

Change summary

crates/workspace/src/welcome.rs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

crates/workspace/src/welcome.rs 🔗

@@ -376,11 +376,11 @@ impl Render for WelcomePage {
                     .relative()
                     .size_full()
                     .px_12()
-                    .py_40()
                     .max_w(px(1100.))
                     .child(
                         v_flex()
-                            .size_full()
+                            .flex_1()
+                            .justify_center()
                             .max_w_128()
                             .mx_auto()
                             .gap_6()