From 62c4ce31b30d0fee44a068ec7a55a7e5e1869f19 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 15 Nov 2023 16:39:04 +0100 Subject: [PATCH] enlarging block highlight --- resources/css/blocks/highlight.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/css/blocks/highlight.css b/resources/css/blocks/highlight.css index 89fb281..a0b2299 100644 --- a/resources/css/blocks/highlight.css +++ b/resources/css/blocks/highlight.css @@ -5,7 +5,7 @@ @apply pb-4; } p { - @apply max-w-3xl; + @apply max-w-5xl; margin-bottom: 10px; } &__block-title {