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