From f148d8a653034038b3259565fc0082b6d197ddbc Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Wed, 23 Nov 2022 23:38:23 +0100 Subject: [PATCH] Stuff --- components/footer.tsx | 19 ++++++++----------- components/layout.tsx | 1 - pages/index.tsx | 8 ++++++++ styles/globals.css | 5 +++++ 4 files changed, 21 insertions(+), 12 deletions(-) diff --git a/components/footer.tsx b/components/footer.tsx index da8f60f..4f80d16 100644 --- a/components/footer.tsx +++ b/components/footer.tsx @@ -1,33 +1,30 @@ import styled from 'styled-components' -import Link from "next/link" +// import Link from "next/link" const FooterCont = styled.footer` display: flex; align-items: center; justify-content: center; flex-direction: column; - /*border-top: var(--border-size) var(--border-type) var(--border-color);*/ - margin-top: auto; padding: 0 1.2rem; color: var(--fg-faded); ` -const UList = styled.ul` - display: flex; - flex-direction: row; - list-style: none; - gap: 2rem; -` +// const UList = styled.ul` +// display: flex; +// flex-direction: row; +// list-style: none; +// gap: 2rem; +// ` -const Spacer = styled.div` +export const Spacer = styled.div` flex: 1; ` const Footer = () => { return ( <> -

© Copyright {new Date().getFullYear()}

diff --git a/components/layout.tsx b/components/layout.tsx index 82a0c1b..3afafd6 100644 --- a/components/layout.tsx +++ b/components/layout.tsx @@ -9,7 +9,6 @@ const Layout = ({children}: {children: ReactNode}) => { wych.dev - {/*
*/}
{children}