From 69cb45bff74d36f654d521e9e7f6b2149b01d630 Mon Sep 17 00:00:00 2001 From: MAZE Date: Wed, 28 Feb 2024 22:56:08 +0330 Subject: [PATCH] style: decrease font size --- src/components/about/about.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/about/about.module.css b/src/components/about/about.module.css index d9960a6..aaba9aa 100644 --- a/src/components/about/about.module.css +++ b/src/components/about/about.module.css @@ -57,7 +57,7 @@ justify-content: center; padding: 10px 16px; margin-top: 20px; - font-size: var(--font-sm); + font-size: var(--font-xsm); font-weight: 500; color: var(--color-foreground); cursor: pointer;