From bbe9e0c4fd0c4cc312702690de4887462a562a00 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sat, 22 Feb 2025 22:21:06 +0100 Subject: [PATCH] style: make footer text normal size --- src/components/Footer.astro | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 349a03b..edb5f14 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -66,7 +66,6 @@ const year = new Date().getFullYear() p, ul { margin: 0 0 1em; - font-size: var(--font-size-sm); line-height: 2em; } }