This commit is contained in:
rulingcom 2021-10-13 06:25:05 +00:00
parent 40152bb19c
commit 28d3e525bd
1 changed files with 2 additions and 2 deletions

View File

@ -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;