fix error

This commit is contained in:
rulingcom 2021-10-13 08:56:05 +00:00
parent b39796f612
commit 62165de9a2
1 changed files with 3 additions and 3 deletions

View File

@ -160,7 +160,7 @@ a#content{
} }
} }
@media(max-width: $screen-xs){ @media(max-width: $screen-xs){
height: 720px !important; height: 760px !important;
.ad-overlay{ .ad-overlay{
top: 17%; top: 17%;
position: absolute; position: absolute;
@ -176,12 +176,12 @@ a#content{
} }
.jp-video, .jp-video > div, .jp-video img{ .jp-video, .jp-video > div, .jp-video img{
@media(max-width: $screen-xs){ @media(max-width: $screen-xs){
height: 800px!important; height: 760px!important;
} }
} }
.jplayer_slide{ .jplayer_slide{
@media(max-width: $screen-xs){ @media(max-width: $screen-xs){
height: 800px!important; height: 760px!important;
} }
} }
[id^="jp_video_"]{ [id^="jp_video_"]{