Split into different partials

This commit is contained in:
Oliver Davies 2017-11-19 20:03:27 +00:00
parent 5a8028f7ba
commit 9b5a8f1a1c
4 changed files with 27 additions and 33 deletions

View file

@ -0,0 +1,9 @@
.talk-video { padding-top: 56.25% }
.talk-video iframe,
.talk-video embed {
@apply .absolute;
@apply .pin-l;
@apply .pin-t;
@apply .w-full;
}