This commit is contained in:
armansansd 2022-05-10 12:11:14 +02:00
parent e284930687
commit 2f0562f0dc
4 changed files with 6 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -340,7 +340,7 @@ if($(".page-node-type-programme").length > 0 || $(".page-node-type-projet").leng
});
let elem = "<div class='main_logo'></div>"
if( $("body").hasClass("programme-6") || $("body").hasClass("programme-27") ){
if( $("body").hasClass("programme-7") || $("body").hasClass("programme-6") || $("body").hasClass("programme-27") ){
$('#projets-block_2').prepend(elem);
}else{
$('#projets-block_2').append(elem);

View File

@ -78,6 +78,9 @@
}
.slick-track{
height: 40vw;
@include breakpoint(small down) {
height: 100%;
}
}
.slick-slide > div{
height: 100%;