fix error
This commit is contained in:
parent
7a047d99f8
commit
a104d1fde9
|
@ -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());
|
||||
})
|
||||
})
|
||||
|
|
|
@ -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 @@
|
|||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue