taille row ressource

This commit is contained in:
2025-05-20 15:20:10 +02:00
parent 091f946b30
commit 25d6d72b2e
5 changed files with 122 additions and 87 deletions
@@ -211,13 +211,18 @@
.views-row-wrapper{
display: flex;
flex-direction: row;
.views-row{
.slick-track{
width: 100% !important;
display: flex;
width: 25%;
max-width: fit-content;
}
flex-direction: row;
.views-row{
width: 45% !important;
min-width: 450px !important;
max-width: 500px !important;
}
}
@media (max-width: 810px){
flex-direction: column;
.views-row{
@@ -251,14 +256,16 @@
background-color: $background-actus;}
}
.type-les-projets-en-images{
.slick-track{
width: 100% !important;
.views-row{
width: 100% !important;
}
}
}
// .type-les-projets-en-images{
// .slick-track{
// width: 100% !important;
// .views-row{
// width: 100% !important;
// }
// }
// }
}
}
@@ -1,6 +1,8 @@
.node-type-ressource{
article.node-type-ressource{
margin-bottom: 1rem ;
padding-right: 1rem;
min-width: 300px;
h2{text-align: left !important}
.ext{
color: black;
}