From d2f6ae3df3a5129f4244f8aebe41ce847bfc0139 Mon Sep 17 00:00:00 2001 From: Michael Doyle Date: Mon, 2 Dec 2024 18:06:48 -0500 Subject: [PATCH] Fix footer positioning --- src/App.css | 2 ++ src/App.tsx | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index 68633dd..742fa4e 100644 --- a/src/App.css +++ b/src/App.css @@ -31,6 +31,7 @@ main { flex-direction: column; flex-wrap: wrap; justify-content: center; + align-items: center; align-content: center; } @@ -46,6 +47,7 @@ footer a { font-size: 0.8rem; display: flex; justify-content: center; + align-items: center; align-content: center; gap: 3px; } diff --git a/src/App.tsx b/src/App.tsx index ed60af1..445c926 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -15,7 +15,7 @@ function App() {