degug css /ressources

This commit is contained in:
Ouidade Soussi Chiadmi 2025-03-14 16:32:52 +01:00
parent f1b8f879fa
commit e3447fac33
2 changed files with 2 additions and 2 deletions

View File

@ -3972,7 +3972,7 @@ main {
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row:has(.type-documentation) {
width: 25%;
}
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row:has(.type-Vidéo) {
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row:has(.type-vidéo) {
width: 50%;
}

View File

@ -194,7 +194,7 @@
.views-row:has(.type-documentation){
width: 25%;
}
.views-row:has(.type-Vidéo){
.views-row:has(.type-vidéo){
width: 50%;
}
}