Make video class not talk specific

This commit is contained in:
Oliver Davies 2019-05-30 23:05:39 +01:00
parent e36755013d
commit 969dc5e17e
3 changed files with 7 additions and 4 deletions

View file

@ -0,0 +1,9 @@
.video-full {
@apply w-full relative;
padding-top: 56.25%;
iframe,
embed {
@apply absolute h-full left-0 top-0 w-full
}
}