FIX fix incorrect apply

This commit is contained in:
Antoine M 2025-06-04 11:37:50 +02:00
parent 88789212bb
commit e2dd501342

View File

@ -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 {