From 07efa29c177e9180c308ae44adbb8d87e60aa8a1 Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Fri, 29 Aug 2025 13:17:03 +0800 Subject: [PATCH] Cleanup --- fwt/components/Page/Page.sass | 3 +-- fwt/components/Page/Page.tsx | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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