shrink video size for mobile
This commit is contained in:
parent
8161ee1ccc
commit
b39796f612
|
@ -160,7 +160,7 @@ a#content{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media(max-width: $screen-xs){
|
@media(max-width: $screen-xs){
|
||||||
height: 760px !important;
|
height: 720px !important;
|
||||||
.ad-overlay{
|
.ad-overlay{
|
||||||
top: 17%;
|
top: 17%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in New Issue