From e2dd501342a6c071c75c1b985ceeb311b229a5b9 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 4 Jun 2025 11:37:50 +0200 Subject: [PATCH] FIX fix incorrect apply --- resources/css/blocks/chapter-section.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/css/blocks/chapter-section.css b/resources/css/blocks/chapter-section.css index 21b3b09..190eea8 100644 --- a/resources/css/blocks/chapter-section.css +++ b/resources/css/blocks/chapter-section.css @@ -18,10 +18,9 @@ @apply relative !py-12 xl:py-24 !my-12; } &__content { - /* flex-shrink: 0; */ @apply max-w-3xl; p { - @apply text-neutral-600 max-w-xl @apply mb-2; + @apply text-neutral-600 max-w-xl mb-2; } } &__innerblocks {