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(){ $(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"); $(".slide").css("height","auto");
$(".w-ba-banner__wrap").css("height","auto"); $(".w-ba-banner__wrap").css("height","auto");
}) })

View File

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