Make video class not talk specific
This commit is contained in:
parent
e36755013d
commit
969dc5e17e
3 changed files with 7 additions and 4 deletions
9
resources/css/components/video.css
Normal file
9
resources/css/components/video.css
Normal 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
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue