div border, display non image presse

This commit is contained in:
2025-06-05 13:37:41 +02:00
parent 8bbf7284ec
commit 69ecedae66
3 changed files with 11 additions and 1 deletions
@@ -403,7 +403,7 @@
.border{
width: 60%;
border-top: solid 1px rgba(0, 0, 0, 0.3);
left: -2rem;
}
.view-type-slide:not(:first-of-type) {
// width: 80%;
@@ -245,4 +245,10 @@ article.node-type-ressource{
display: none;
}
}
&.type-presse{
.field--name-field-images{
display: none;
}
}
}