From 7bafd6f8570c1754fdc7bc19a8d09e61fef55bb5 Mon Sep 17 00:00:00 2001 From: TZGyn Date: Fri, 7 Jul 2023 08:36:17 +0800 Subject: [PATCH] Frontend: set base text size to 15px --- frontend/assets/css/tailwind.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/assets/css/tailwind.css b/frontend/assets/css/tailwind.css index 7531f33..45ad9bd 100644 --- a/frontend/assets/css/tailwind.css +++ b/frontend/assets/css/tailwind.css @@ -5,7 +5,7 @@ html, body, #__nuxt { - @apply h-full w-full bg-primary text-light; + @apply h-full w-full bg-primary text-[15px] text-light; } input {