Skip to content

Commit

Permalink
revert(css): remove unused styles for embedded video container
Browse files Browse the repository at this point in the history
  • Loading branch information
LiCaoZ authored Nov 9, 2024
1 parent bea929a commit f37704e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,17 +100,3 @@
margin-left:0
}
}

div.embeddedvideo {
max-width: 640px;
width: 100%;
position: relative;
overflow: hidden;
}

div.embeddedvideo iframe {
width: 100%;
height: 100%;
position: absolute;
inset: 0;
}

0 comments on commit f37704e

Please sign in to comment.