Skip to content

Commit

Permalink
Fix width of video preview in panel in index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
simonlouschueler committed Dec 12, 2024
1 parent a8c5060 commit 23b47f7
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion index.css
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
.video-container>figure{display:flex;flex-direction:column;align-items:center;row-gap:.75rem}.video-caption{color:#777}.video-caption-link{text-decoration:underline}
.video-container > figure{
display:flex;
flex-direction:column;
align-items:center;
row-gap:.75rem
}
.video-container > figure > video {
width: 100%;
}
.video-caption {
color:#777
}
.video-caption-link {
text-decoration:underline
}

0 comments on commit 23b47f7

Please sign in to comment.