We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c5060 commit 23b47f7Copy full SHA for 23b47f7
index.css
@@ -1 +1,15 @@
1
-.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{
2
+ display:flex;
3
+ flex-direction:column;
4
+ align-items:center;
5
+ row-gap:.75rem
6
+}
7
+.video-container > figure > video {
8
+ width: 100%;
9
10
+.video-caption {
11
+ color:#777
12
13
+.video-caption-link {
14
+ text-decoration:underline
15
0 commit comments