From 38b358b1c05e63e966f5cc5bd91d6cbee8643f41 Mon Sep 17 00:00:00 2001 From: Cameron Otsuka Date: Mon, 16 Mar 2026 20:14:03 -0700 Subject: [PATCH] fix footer centering --- src/components/footer.astro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/footer.astro b/src/components/footer.astro index b8d203e..06028f2 100644 --- a/src/components/footer.astro +++ b/src/components/footer.astro @@ -38,6 +38,9 @@ const currentYear = new Date().getFullYear(); margin-block-start: 1rem; padding-block-start: 1rem; } + footer p { + text-align: center; + } address { font-family: var(--font-sans); } -- 2.53.0