From 60916dd42e30eb46291eda534f40e3a4c2a56cd6 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 30 Jun 2021 08:00:00 +0100 Subject: [PATCH] Add space before and after videos and slides --- assets/css/components.pcss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/css/components.pcss b/assets/css/components.pcss index d608acf44..0e9be88a2 100644 --- a/assets/css/components.pcss +++ b/assets/css/components.pcss @@ -48,7 +48,9 @@ @apply my-8; } - .media--type-image { + .media--type-image, + .speakerdeck-embed-wrapper, + .video-full { @apply my-8; } }