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

@ -14,4 +14,8 @@
pre {
@apply p-4 my-8 overflow-auto rounded-md text-gray-700 bg-gray-200 dark:bg-gray-800 dark:text-gray-100;
}
iframe {
@apply w-full;
}
}

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;
}
}