7 lines
97 B
CSS
7 lines
97 B
CSS
|
.talk-video {
|
||
|
iframe,
|
||
|
embed {
|
||
|
@apply absolute h-full pin-l pin-t w-full;
|
||
|
}
|
||
|
}
|