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 003b4c7..807e345 100644 --- a/apps/website/src/styles/global.css +++ b/apps/website/src/styles/global.css @@ -24,7 +24,7 @@ html, body { - @apply text-[15px] md:text-[19px] overflow-x-hidden; + @apply text-[15px] md:text-[16px] lg:text-[19px] overflow-x-hidden; } a { |