fix error
This commit is contained in:
parent
b39796f612
commit
62165de9a2
|
@ -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_"]{
|
||||||
|
|
Loading…
Reference in New Issue