From 092ad3a326145c17eb0a6967e284cc03d57c1851 Mon Sep 17 00:00:00 2001 From: LynithDev <61880709+LynithDev@users.noreply.github.com> Date: Thu, 28 Dec 2023 12:23:43 +0100 Subject: Lots of changes + about us page --- apps/website/src/styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/website/src/styles') diff --git a/apps/website/src/styles/global.css b/apps/website/src/styles/global.css index 1a9f19b..f98d574 100644 --- a/apps/website/src/styles/global.css +++ b/apps/website/src/styles/global.css @@ -24,7 +24,7 @@ html, body { - @apply text-[14px] md:text-[16px]; + @apply text-[15px] md:text-[16px]; } a { -- cgit