diff --git a/crates/workspace/src/welcome.rs b/crates/workspace/src/welcome.rs index 4d84f3072f87ffa3246a313cbc749ddd61287d25..071bf0826798d382329c9f6e3ced86388e4c0b3e 100644 --- a/crates/workspace/src/welcome.rs +++ b/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()