fix style

This commit is contained in:
chiu 2021-08-30 19:07:52 +08:00
parent cd6bc0c8d3
commit c5553a0dec
1 changed files with 2 additions and 4 deletions

View File

@ -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);
}