From 6d80da9d3479ef84b5ad4ed7b172195da0ce96bb Mon Sep 17 00:00:00 2001 From: Akemi Izuko Date: Sun, 31 Dec 2023 20:05:18 -0700 Subject: [PATCH] Footer: fix font size --- src/components/Footer.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 8437943..6d25676 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -145,6 +145,7 @@ const today = new Date(); color: rgb(var(--gray)); text-align: center; margin-top: 60px; + font-size: 16px; } .social-links { display: flex;