This commit is contained in:
armansansd 2021-11-05 10:58:55 +01:00
parent b01ae0b43c
commit 1d151d6857
5 changed files with 9 additions and 3 deletions

2
.gitignore vendored
View File

@ -40,3 +40,5 @@ node_modules/
/robots.txt /robots.txt
/update.php /update.php
/web.config /web.config
/web/.vscode/*

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -332,7 +332,7 @@ if($(".page-node-type-programme").length > 0 || $(".page-node-type-projet").leng
}); });
$(".field_ressources_liees>div:nth-of-type(2)").slick({ $(".block-region-second .field_ressources_liees>div:nth-of-type(2)").slick({
slidesToShow: 3, slidesToShow: 3,
slidesToScroll: 1, slidesToScroll: 1,
centerMode: true, centerMode: true,

View File

@ -51,6 +51,10 @@ article, .paragraph{
.block-region-third{ .block-region-third{
.field_organisateur,.field_fichier,.field_ressources_liees{ .field_organisateur,.field_fichier,.field_ressources_liees{
padding: 0.5rem 1rem; padding: 0.5rem 1rem;
div{
text-decoration: none;
padding: .3rem 0;
}
} }
.field_partenaires{ .field_partenaires{
background: white; background: white;