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

10 lines
137 B
CSS
Raw Normal View History

2019-11-12 09:45:06 +00:00
.video-full {
@apply w-full relative;
padding-top: 56.25%;
iframe,
2019-11-12 09:45:06 +00:00
embed {
@apply absolute h-full left-0 top-0 w-full
2019-11-12 09:45:06 +00:00
}
}