Compare commits

...

2 Commits

Author SHA1 Message Date
ouidade b3acc28592 Merge branch 'master' of gitea-figureslibres.io:bachir/drupal-quartiersdedemain 2025-01-13 12:02:59 +01:00
ouidade d91e0aa86e taille docs 2025-01-13 12:02:29 +01:00
2 changed files with 6 additions and 0 deletions

View File

@ -3562,6 +3562,9 @@ body {
padding-left: 0.2rem;
padding-bottom: 0.2rem;
}
.node-type-site .layout--threecol-25-50-25 .layout__region--third .file--mime-application-pdf span:nth-child(2) {
display: none;
}
.field_field_liens_site > div:nth-child(2) > div:nth-child(1) {
display: flex;

View File

@ -438,6 +438,9 @@
padding-bottom: 0.2rem;
}
}
span:nth-child(2){
display: none;
}
}
}