STYLE add hidden content rule for related articles in dernieres-dynamiques.css to improve layout management

This commit is contained in:
Antoine M 2025-11-25 15:50:58 +01:00
parent 69ab72346c
commit d77b3abd6c

View File

@ -195,4 +195,8 @@
:is(p, span, h1, h2, h3, h4, h5, h6):not(.article-card *) {
@apply text-primary;
}
.related-articles:after {
@apply content-none hidden;
}
}