ressource document

This commit is contained in:
Ouidade Soussi Chiadmi 2025-04-04 12:27:08 +02:00
parent 8b37b4a4a4
commit e80ec416ae
2 changed files with 8 additions and 5 deletions

View File

@ -4277,11 +4277,11 @@ main {
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .views-field-field-documents { #ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .views-field-field-documents {
margin-top: 0.5rem; margin-top: 0.5rem;
} }
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Documentation { #ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Documentation .views-row {
width: 25%; width: 25%;
} }
@media (max-width: 810px) { @media (max-width: 810px) {
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Documentation { #ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Documentation .views-row {
width: 50%; width: 50%;
} }
} }

View File

@ -176,9 +176,12 @@
} }
&.type-Documentation{ &.type-Documentation{
width: 25%;
@media(max-width: 810px){ .views-row{
width: 50%; width: 25%;
@media(max-width: 810px){
width: 50%;
}
} }
} }
&.type-Podcast{ &.type-Podcast{