fix error
This commit is contained in:
parent
b39796f612
commit
62165de9a2
|
@ -160,7 +160,7 @@ a#content{
|
|||
}
|
||||
}
|
||||
@media(max-width: $screen-xs){
|
||||
height: 720px !important;
|
||||
height: 760px !important;
|
||||
.ad-overlay{
|
||||
top: 17%;
|
||||
position: absolute;
|
||||
|
@ -176,12 +176,12 @@ a#content{
|
|||
}
|
||||
.jp-video, .jp-video > div, .jp-video img{
|
||||
@media(max-width: $screen-xs){
|
||||
height: 800px!important;
|
||||
height: 760px!important;
|
||||
}
|
||||
}
|
||||
.jplayer_slide{
|
||||
@media(max-width: $screen-xs){
|
||||
height: 800px!important;
|
||||
height: 760px!important;
|
||||
}
|
||||
}
|
||||
[id^="jp_video_"]{
|
||||
|
|
Loading…
Reference in New Issue