fix error
This commit is contained in:
parent
7a047d99f8
commit
a104d1fde9
|
@ -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");
|
||||||
})
|
})
|
||||||
|
@ -491,4 +491,4 @@ $(document).ready(function(){
|
||||||
})
|
})
|
||||||
$(window).resize(function(){
|
$(window).resize(function(){
|
||||||
$(".content_background img").height($(".content_background img").parents(".layout-content").height());
|
$(".content_background img").height($(".content_background img").parents(".layout-content").height());
|
||||||
})
|
})
|
||||||
|
|
|
@ -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{
|
||||||
|
@ -63,4 +65,4 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue