From 23509d9cc1df28ac28361718d014f900ed288c69 Mon Sep 17 00:00:00 2001 From: Heather Yu <35639529+hetd54@users.noreply.github.com> Date: Wed, 26 Jun 2024 12:12:45 -0400 Subject: [PATCH] Update src/styles/global.css Co-authored-by: Galen Winsor <57297033+galenwinsor@users.noreply.github.com> --- src/styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/global.css b/src/styles/global.css index 9834d66..2ce36ec 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -88,7 +88,7 @@ nav { @apply py-8; @apply uppercase; - @apply text-[14px]; + @apply text-sm; } main {