From a09f53f53f7b5ebf4e825238612b858ce25c25f1 Mon Sep 17 00:00:00 2001 From: jchen-72 Date: Tue, 14 Jan 2025 20:34:56 -0500 Subject: [PATCH] change it to a larger font in the footer --- styles/Footer.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/Footer.module.css b/styles/Footer.module.css index b68ed2a..e820a60 100644 --- a/styles/Footer.module.css +++ b/styles/Footer.module.css @@ -23,7 +23,7 @@ grid-column-end: 1; text-align: left; - font-size: var(--medium-text); + font-size: 2.5rem; color: var(--primary); font-family: "Old English Text MT"; }