From abff218b6764d5c9419b4de83bcf533344cd6e59 Mon Sep 17 00:00:00 2001 From: Siraj Khatti <137029391+Siraj01576@users.noreply.github.com> Date: Sat, 14 Sep 2024 17:45:21 +0500 Subject: [PATCH] Fix issue #146: Enlarge bottom text (#150) --- src/components/molecules/Footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/molecules/Footer.tsx b/src/components/molecules/Footer.tsx index ca419a8..fa2559b 100644 --- a/src/components/molecules/Footer.tsx +++ b/src/components/molecules/Footer.tsx @@ -45,7 +45,7 @@ const Copyright = styled("p")` margin: 0; padding-bottom: 25px; text-align: center; - font-size: 0.5rem; + font-size: var(--body-font-size); `; function Footer() {