STYLE add hidden content rule for related articles in dernieres-dynamiques.css to improve layout management
This commit is contained in:
parent
69ab72346c
commit
d77b3abd6c
|
|
@ -195,4 +195,8 @@
|
||||||
:is(p, span, h1, h2, h3, h4, h5, h6):not(.article-card *) {
|
:is(p, span, h1, h2, h3, h4, h5, h6):not(.article-card *) {
|
||||||
@apply text-primary;
|
@apply text-primary;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.related-articles:after {
|
||||||
|
@apply content-none hidden;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user