fix style
This commit is contained in:
parent
cd6bc0c8d3
commit
c5553a0dec
|
@ -174,19 +174,17 @@
|
|||
}
|
||||
}
|
||||
[id^="jp_video_"]{
|
||||
height: auto;
|
||||
height: 100% !important;
|
||||
width: auto !important;
|
||||
@media(max-width: 1024px){
|
||||
width: auto;
|
||||
max-width: fit-content;
|
||||
transform:translate(0%, 96%) scale(3);
|
||||
}
|
||||
@media(max-width: 768px){
|
||||
width: auto;
|
||||
max-width: fit-content;
|
||||
transform:translate(0%, 46%) scale(2.6);
|
||||
}
|
||||
@media(max-width: $screen-xs){
|
||||
width: auto;
|
||||
max-width: fit-content;
|
||||
transform:translate(0%, 128%) scale(3.8);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue