From de5474018c5cbd9dad51a3e9750225cfed62f37a Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 19 Dec 2023 15:09:04 +0100 Subject: [PATCH] wider max content size for p --- resources/css/blocks/highlight.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/css/blocks/highlight.css b/resources/css/blocks/highlight.css index 808b2e1..972f746 100644 --- a/resources/css/blocks/highlight.css +++ b/resources/css/blocks/highlight.css @@ -19,7 +19,8 @@ } } p { - @apply max-w-5xl; + /* @apply max-w-5xl; */ + @apply max-w-6xl; margin-bottom: 10px; } &__block-title {