REFINE Adjusting last child

This commit is contained in:
Antoine M 2026-02-24 17:22:58 +01:00
parent 0b5aa2fdb6
commit 65105eaca0

View File

@ -108,6 +108,9 @@
p { p {
@apply text-primary text-lg; @apply text-primary text-lg;
} }
> :last-child {
@apply !mb-0 !pb-0;
}
} }
.narrative-card__content h1, .narrative-card__content h1,
.narrative-card__content h2, .narrative-card__content h2,