diff options
Diffstat (limited to 'apps/website/src/styles/global.css')
-rw-r--r-- | apps/website/src/styles/global.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |