ressource type width

This commit is contained in:
2025-05-30 22:33:28 +02:00
parent dd1cad1196
commit 8d70c94699
2 changed files with 18 additions and 22 deletions
@@ -377,7 +377,13 @@
.view-type-slide.type-publications-issues-du-programme-eqld{
order: 1;
&::before{
background-color: $background-actus;}
background-color: $background-actus;
}
.views-row{
width: 45% ;
min-width: 350px ;
max-width: 500px ;
}
}
.view-type-slide.type-paroles-de-laureats{order: 2;}
.view-type-slide.type-les-projets-en-images{order: 3;}
@@ -390,16 +396,6 @@
}
.view-type-slide.type-publications-des-partenaires-et-laureats{
order: 4;
.views-row-wrapper{
.slick-track{
.views-row{
width: 45% !important;
min-width: 350px !important;
}
}
}
}
.view-type-slide.type-autres{order: 9;}
.type-documentation-partenariale{order: 6;}
@@ -489,11 +485,10 @@
width: 100% !important;
display: flex;
flex-direction: row;
.views-row{
width: 20% !important;
min-width: 250px !important;
max-width: 500px !important;
width: 20% ;
min-width: 250px ;
max-width: 500px ;
}
}