diff --git a/fwt/components/Page/Page.sass b/fwt/components/Page/Page.sass index 3d97ca8..af99849 100644 --- a/fwt/components/Page/Page.sass +++ b/fwt/components/Page/Page.sass @@ -1,13 +1,12 @@ .page margin: 2rem height: auto + min-height: 90vh .column @extend .page display: flex flex-direction: column - text-align: center - justify-content: center align-items: center .row diff --git a/fwt/components/Page/Page.tsx b/fwt/components/Page/Page.tsx index d16977f..62d9a73 100644 --- a/fwt/components/Page/Page.tsx +++ b/fwt/components/Page/Page.tsx @@ -1,5 +1,5 @@ import './Page.sass' -import { Show, Switch, Match } from 'solid-js' +import { Show } from 'solid-js' interface Props { children?: any