oliverdavies.uk/assets/css/components/talk/video.css

7 lines
97 B
CSS

.talk-video {
iframe,
embed {
@apply absolute h-full pin-l pin-t w-full;
}
}