aboutsummaryrefslogtreecommitdiff
path: root/apps/website/src/styles
diff options
context:
space:
mode:
authorLynithDev <61880709+LynithDev@users.noreply.github.com>2023-12-28 15:27:29 +0100
committerLynithDev <61880709+LynithDev@users.noreply.github.com>2023-12-28 15:27:29 +0100
commitbf5075ed85bafd9c0b2b5e0a05df68a78b7da04f (patch)
tree0ee133f8d98f40155dd5d6cc71f4a9920deab391 /apps/website/src/styles
parent97cf84050204a670f53b88fbe273fe62e60f23e7 (diff)
downloadNexus-bf5075ed85bafd9c0b2b5e0a05df68a78b7da04f.tar.gz
Nexus-bf5075ed85bafd9c0b2b5e0a05df68a78b7da04f.tar.bz2
Nexus-bf5075ed85bafd9c0b2b5e0a05df68a78b7da04f.zip
Increase font size + scale
Diffstat (limited to 'apps/website/src/styles')
-rw-r--r--apps/website/src/styles/global.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/website/src/styles/global.css b/apps/website/src/styles/global.css
index f98d574..59f7633 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-[16px];
+ @apply text-[15px] md:text-[19px];
}
a {