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

13 lines
212 B
Plaintext
Raw Normal View History

2017-11-19 20:10:25 +00:00
.talk-video {
@apply .relative .w-full;
padding-top: 56.25%
}
2017-11-19 20:03:27 +00:00
.talk-video iframe,
.talk-video embed {
@apply .absolute;
@apply .pin-l;
@apply .pin-t;
2017-11-19 20:10:25 +00:00
@apply .h-full;
2017-11-19 20:03:27 +00:00
@apply .w-full;
}