visibility hideen screen

This commit is contained in:
2026-06-02 16:42:07 +02:00
parent 7e8445756c
commit 5488fc457d
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -495,6 +495,11 @@ svg.ext {
.path-projets-complets .view-projets .field--name-field-encours-fini {
display: none;
}
@media screen {
.path-projets-complets .view-projets .node-type-projet {
visibility: hidden;
}
}
.path-projets-complets .projet-ressources-liees {
margin-top: 2rem;
width: 80%;
@@ -208,7 +208,7 @@
@media screen {
.node-type-projet {
// visibility: hidden;
visibility: hidden;
}
}