slide photo

This commit is contained in:
2025-05-16 17:09:47 +02:00
parent 130dc66bdc
commit e8bac22361
3 changed files with 22 additions and 19 deletions
@@ -187,17 +187,17 @@
}
h3.type-paroles-de-laureats a{
&:before{
content:url("../images/pictos/paroles-de-laureats.png");
content:url("../images/pictos/picto-ressource-paroleslaureats.svg");
padding-right: 1rem;
}
}
h3.type-revue a{
h3.type-les-projets-en-images a{
&:before{
content:url("../images/pictos/livres.png");
content:url("../images/pictos/picto-ressource-projetsimages.svg");
padding-right: 1rem;
}
}
h3.type-paroles-de-laureats a{
h3.type-presse a{
&:before{
content:url("../images/pictos/picto-ressource-presse.svg");
padding-right: 1rem;
@@ -246,7 +246,14 @@
background-color: $background-actus;}
}
.type-les-projets-en-images{
.slick-track{
width: 100% !important;
.views-row{
width: 100% !important;
}
}
}
}
}
@@ -4,19 +4,9 @@
width: 100vw;
header{
// display: block;
// width: 100%;
position: fixed;
z-index: 99;
width: 100vw;
// position: -webkit-sticky;
// position: sticky;
// top: 0;
// .sticky{
// position: fixed;
// }
}
}