This commit is contained in:
parent
96fac0b9ee
commit
a96ff17ae7
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -303,7 +303,7 @@ if($(".page-node-type-programme").length > 0 || $(".page-node-type-projet").leng
|
|||||||
|
|
||||||
});
|
});
|
||||||
//oucvrir le premier
|
//oucvrir le premier
|
||||||
$(".field_titre")[0].click();
|
// $(".field_titre")[0].click();
|
||||||
|
|
||||||
$(".field_equipes").parent().find("h2").on("click", function(){
|
$(".field_equipes").parent().find("h2").on("click", function(){
|
||||||
$(this).toggleClass("rotate");
|
$(this).toggleClass("rotate");
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
.layout--threecol-25-50-25{
|
.layout--threecol-25-50-25{
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 20% minmax(0,1fr) 20%;
|
grid-template-columns: 20% minmax(0,1fr) 20%;
|
||||||
|
min-width: 99vw;
|
||||||
column-gap: 3rem;
|
column-gap: 3rem;
|
||||||
row-gap: 1rem;
|
row-gap: 1rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user