fix error

This commit is contained in:
rulingcom 2021-10-14 04:12:12 +00:00
parent 7a047d99f8
commit a104d1fde9
2 changed files with 10 additions and 8 deletions

View File

@ -457,7 +457,7 @@
})
});
$(window).on("load",function(){
$(".ba-banner-widget-1 .ad-overlay").css("bottom","auto");
//$(".ba-banner-widget-1 .ad-overlay").css("bottom","auto");
$(".slide").css("height","auto");
$(".w-ba-banner__wrap").css("height","auto");
})
@ -491,4 +491,4 @@ $(document).ready(function(){
})
$(window).resize(function(){
$(".content_background img").height($(".content_background img").parents(".layout-content").height());
})
})

View File

@ -19,11 +19,13 @@
}
section{
margin-bottom: 3em;
// @media (min-width: $screen-sm){
// padding: 0 2rem;
// }
margin-bottom: 3em;
//@media (min-width: $screen-sm){
//padding: 0 2rem;
// }
&:empty{
margin-bottom: 0em;
}
}
.main{
@ -63,4 +65,4 @@
}
}
}
}