From 2e5bd424b09d762902e2a005009ff7f95c04cfcf Mon Sep 17 00:00:00 2001 From: jakubmanczak Date: Sun, 11 Dec 2022 16:28:14 +0100 Subject: [PATCH] shift footer to the bottom of the page --- pages/_app.tsx | 19 ++++++++++++++++--- styles/globals.scss | 5 ----- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/pages/_app.tsx b/pages/_app.tsx index e9c91f8..5ec23cf 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -8,9 +8,22 @@ export default function App({ Component, pageProps }: AppProps) { return ( <> - - -