Fix talk video
This commit is contained in:
parent
9b5a8f1a1c
commit
d3434207f1
2 changed files with 7 additions and 3 deletions
|
@ -1,9 +1,13 @@
|
|||
.talk-video { padding-top: 56.25% }
|
||||
.talk-video {
|
||||
@apply .relative .w-full;
|
||||
padding-top: 56.25%
|
||||
}
|
||||
|
||||
.talk-video iframe,
|
||||
.talk-video embed {
|
||||
@apply .absolute;
|
||||
@apply .pin-l;
|
||||
@apply .pin-t;
|
||||
@apply .h-full;
|
||||
@apply .w-full;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue