From 3e2cc4a82746e518d0068705d3ec41ebec40383c Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 1 Jul 2025 16:53:58 +0200 Subject: [PATCH] FEATURE FIxing text size --- resources/css/blocks/team-authors.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/css/blocks/team-authors.css b/resources/css/blocks/team-authors.css index bb3b882..842093d 100644 --- a/resources/css/blocks/team-authors.css +++ b/resources/css/blocks/team-authors.css @@ -36,7 +36,7 @@ } &__email { - @apply mt-4; + @apply mt-4 text-lg; &:hover { @apply cta--primary;