header et conflits resolus

This commit is contained in:
armansansd
2021-06-24 14:07:19 +02:00
8 changed files with 199 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ $(function(){
$(this).parent().fadeOut();
});
$('.open-block').click(function(){
$(this).prev().fadeIn();
$(this).prev().css("display","grid");
});