diff --git a/src/libs/layout/layout-window.tsx b/src/libs/layout/layout-window.tsx index 8421705fd..c375ab1c1 100644 --- a/src/libs/layout/layout-window.tsx +++ b/src/libs/layout/layout-window.tsx @@ -32,6 +32,7 @@ const PageFooter = styled.footer``; const Container = styled(FlexColumn)` height: 100%; + width: 100%; `; export function LayoutWindow({ diff --git a/src/libs/ui/global-style.ts b/src/libs/ui/global-style.ts index 34c56a977..cffd17a80 100644 --- a/src/libs/ui/global-style.ts +++ b/src/libs/ui/global-style.ts @@ -30,6 +30,9 @@ export const GlobalStyle = createGlobalStyle<{ theme: any }>` border-radius: 16px; color: ${props => props.theme.color.contentPrimary}; + + display: flex; + justify-content: center; } * {