armansansd 3 years ago
parent
commit
a96ff17ae7

File diff suppressed because it is too large
+ 0 - 0
web/themes/custom/popsu/assets/css/styles.min.css


File diff suppressed because it is too large
+ 0 - 0
web/themes/custom/popsu/assets/js/main.js


+ 1 - 1
web/themes/custom/popsu/lib/script.js

@@ -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");

+ 1 - 0
web/themes/custom/popsu/sass/setup/_layouts.scss

@@ -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;

Some files were not shown because too many files changed in this diff