From 4cf8392e31dc67d7acb62d874caa103dc7f6bfd9 Mon Sep 17 00:00:00 2001 From: luciatugui Date: Mon, 30 Sep 2024 16:36:57 +0300 Subject: [PATCH] style: font-size 14px --- frontend/src/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/index.css b/frontend/src/index.css index 5a8747ae..5fec85c9 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -9,6 +9,10 @@ word-break: break-word; } + * { + @apply text-sm; + } + body, p, label,