diff --git a/apps/client/src/setup.css b/apps/client/src/setup.css index c602ee2e2b..abbc147e30 100644 --- a/apps/client/src/setup.css +++ b/apps/client/src/setup.css @@ -30,7 +30,7 @@ body.setup { display: flex; flex-direction: column; gap: 2rem; - height: 550px; + height: 600px; width: 700px; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1); overflow: hidden; @@ -42,6 +42,10 @@ body.setup { justify-content: center; gap: 1rem; + &.centered { + flex-grow: 1; + } + .setup-option-card { padding: 1.5em; cursor: pointer; diff --git a/apps/client/src/setup.tsx b/apps/client/src/setup.tsx index 38aa58d986..ab9036095c 100644 --- a/apps/client/src/setup.tsx +++ b/apps/client/src/setup.tsx @@ -84,7 +84,7 @@ function App() { function SetupOptions({ setState }: { setState: (state: State) => void }) { return ( -
+
void }) { footer={