shrink video size for mobile

This commit is contained in:
rulingcom 2021-10-13 08:51:00 +00:00
parent 8161ee1ccc
commit b39796f612
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ a#content{
}
}
@media(max-width: $screen-xs){
height: 760px !important;
height: 720px !important;
.ad-overlay{
top: 17%;
position: absolute;