fix error
This commit is contained in:
parent
4e3c27a6ef
commit
234bfe2936
|
@ -44,6 +44,15 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
a#content{
|
||||||
|
color: inherit !important;
|
||||||
|
position: relative;
|
||||||
|
margin: 0;
|
||||||
|
z-index: 1000;
|
||||||
|
}
|
||||||
|
.layout-content-inner.container{
|
||||||
|
top: -25px;
|
||||||
|
}
|
||||||
.layout-header .header-banner{
|
.layout-header .header-banner{
|
||||||
.w-ba-banner{
|
.w-ba-banner{
|
||||||
.ad-overlay{
|
.ad-overlay{
|
||||||
|
@ -144,7 +153,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media screen and (min-width:$screen-xs) and (max-width:990px){
|
@media screen and (min-width:$screen-xs) and (max-width:990px){
|
||||||
height: 800px !important;
|
height: 760px !important;
|
||||||
.ad-overlay{
|
.ad-overlay{
|
||||||
bottom: 35%;
|
bottom: 35%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in New Issue