Skip to content

Commit

Permalink
fix lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Aug 12, 2024
1 parent 788edfc commit 5fc91af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions blocks/video/video.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@

.block.video .video-placeholder picture::before {
opacity: 1;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
transition: all .3s ease;
transition: all .3s ease;
content: '';
position: absolute;
Expand All @@ -102,8 +102,8 @@
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}

Expand Down

0 comments on commit 5fc91af

Please sign in to comment.