From 65bba0994ff3734cac1b7f4724e89af59fb83987 Mon Sep 17 00:00:00 2001 From: Nonimart Date: Fri, 20 Jun 2025 10:37:46 +0200 Subject: [PATCH] STYLE TEST Increasing general font size --- resources/css/base/typography.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/css/base/typography.css b/resources/css/base/typography.css index 9c45f2a..0908d99 100644 --- a/resources/css/base/typography.css +++ b/resources/css/base/typography.css @@ -2,7 +2,7 @@ body { font-family: 'Nunito Sans', sans-serif; - @apply text-primary; + @apply text-primary text-xl; } h1,