This commit is contained in:
armansansd 2021-11-25 15:38:15 +01:00
parent 96fac0b9ee
commit a96ff17ae7
4 changed files with 4 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

@ -303,7 +303,7 @@ if($(".page-node-type-programme").length > 0 || $(".page-node-type-projet").leng
});
//oucvrir le premier
$(".field_titre")[0].click();
// $(".field_titre")[0].click();
$(".field_equipes").parent().find("h2").on("click", function(){
$(this).toggleClass("rotate");

View File

@ -1,6 +1,7 @@
.layout--threecol-25-50-25{
display: grid;
grid-template-columns: 20% minmax(0,1fr) 20%;
min-width: 99vw;
column-gap: 3rem;
row-gap: 1rem;
position: relative;