fix error
This commit is contained in:
parent
8d96397de2
commit
4e3c27a6ef
|
@ -137,14 +137,14 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media screen and (min-width:991px) and (max-width:1025px){
|
@media screen and (min-width:991px) and (max-width:1025px){
|
||||||
height: 1360px;
|
height: 760px;
|
||||||
.ad-overlay{
|
.ad-overlay{
|
||||||
bottom: 31%;
|
bottom: 31%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media screen and (min-width:$screen-xs) and (max-width:990px){
|
@media screen and (min-width:$screen-xs) and (max-width:990px){
|
||||||
height: 970px !important;
|
height: 800px !important;
|
||||||
.ad-overlay{
|
.ad-overlay{
|
||||||
bottom: 35%;
|
bottom: 35%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in New Issue