From 3262b17616f54d7836bc402e61922bfef9725fb8 Mon Sep 17 00:00:00 2001 From: Brandon Egger Date: Mon, 10 Apr 2023 20:06:32 -0500 Subject: [PATCH] improve mobile UX --- src/components/Footer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 73c4d8e..c5d8873 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -74,7 +74,7 @@ const FooterLabeledSection = ({title, children}: { children: JSX.Element[] | JSX.Element, }) => { return ( -
+

{title}

{children}
@@ -100,7 +100,7 @@ const Footer: NextPage = () => {
{/** Header and tabs */} -
+
{links.map((quickLink, index) => {