Video and slides styling
This commit is contained in:
parent
60916dd42e
commit
feff681b86
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue