From 55b593c4e6b90137995aee9a55ba2a86423cc7bd Mon Sep 17 00:00:00 2001 From: Pauline Date: Mon, 23 Oct 2023 12:20:13 -0400 Subject: chore(fmt): lint and format config files --- apps/website/src/styles/global.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/website/src') diff --git a/apps/website/src/styles/global.css b/apps/website/src/styles/global.css index 79904b7..0bbfc2e 100644 --- a/apps/website/src/styles/global.css +++ b/apps/website/src/styles/global.css @@ -18,7 +18,8 @@ @apply bg-blue-500/20; } - html, body { + html, + body { @apply text-[14px] md:text-[16px]; } } -- cgit