taille row ressource
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user