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){
|
||||
height: 970px;
|
||||
height: 970px !important;
|
||||
.ad-overlay{
|
||||
bottom: 35%;
|
||||
position: absolute;
|
||||
}
|
||||
}
|
||||
@media(max-width: $screen-xs){
|
||||
height: 760px;
|
||||
height: 760px !important;
|
||||
.ad-overlay{
|
||||
top: 17%;
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in New Issue