diff options
author | Pauline <git@ethanlibs.co> | 2023-10-23 12:20:13 -0400 |
---|---|---|
committer | Pauline <git@ethanlibs.co> | 2023-10-23 12:20:13 -0400 |
commit | 55b593c4e6b90137995aee9a55ba2a86423cc7bd (patch) | |
tree | ceee26d51d08a21be0dae55c7bb2bf9614f99706 /apps/website/src/styles | |
parent | 30b04456f2a394f8106e6058fbcd521c62f292e6 (diff) | |
download | Nexus-55b593c4e6b90137995aee9a55ba2a86423cc7bd.tar.gz Nexus-55b593c4e6b90137995aee9a55ba2a86423cc7bd.tar.bz2 Nexus-55b593c4e6b90137995aee9a55ba2a86423cc7bd.zip |
chore(fmt): lint and format config files
Diffstat (limited to 'apps/website/src/styles')
-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]; } } |