From: Cameron Otsuka Date: Tue, 17 Mar 2026 03:14:03 +0000 (-0700) Subject: fix footer centering X-Git-Url: https://git.otsuka.systems/?a=commitdiff_plain;h=38b358b1c05e63e966f5cc5bd91d6cbee8643f41;p=cotsuka.github.io fix footer centering --- 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); }