diff --git a/core/http/react-ui/src/App.css b/core/http/react-ui/src/App.css index 4578a3dd8..d6f54256f 100644 --- a/core/http/react-ui/src/App.css +++ b/core/http/react-ui/src/App.css @@ -6304,6 +6304,9 @@ select.input { .home-wizard { max-width: 48rem; width: 100%; + /* .home-page is a stretch column flex; a max-width child would otherwise + pin to the left cross-start edge. Center it. */ + margin: 0 auto; } .home-wizard-hero { text-align: center;