fix bug
This commit is contained in:
parent
40152bb19c
commit
28d3e525bd
|
@ -145,14 +145,14 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media screen and (min-width:$screen-xs) and (max-width:990px){
|
@media screen and (min-width:$screen-xs) and (max-width:990px){
|
||||||
height: 970px;
|
height: 970px !important;
|
||||||
.ad-overlay{
|
.ad-overlay{
|
||||||
bottom: 35%;
|
bottom: 35%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media(max-width: $screen-xs){
|
@media(max-width: $screen-xs){
|
||||||
height: 760px;
|
height: 760px !important;
|
||||||
.ad-overlay{
|
.ad-overlay{
|
||||||
top: 17%;
|
top: 17%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in New Issue