Video and slides styling

This commit is contained in:
Oliver Davies 2021-06-30 08:00:00 +01:00
parent 60916dd42e
commit feff681b86
2 changed files with 9 additions and 2 deletions

View file

@ -48,10 +48,13 @@
@apply my-8;
}
.media--type-image,
.media--type-image {
@apply my-8;
}
.speakerdeck-embed-wrapper,
.video-full {
@apply my-8;
@apply my-8 aspect-w-4 aspect-h-3;
}
}