From 0bb9bdd7a0d436e8bee5e168542db694d147a070 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 18 May 2020 22:34:31 +0100 Subject: [PATCH] Prevent speakerdeck slides leaking out of container --- web/themes/custom/opdavies/src/custom-base.pcss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/themes/custom/opdavies/src/custom-base.pcss b/web/themes/custom/opdavies/src/custom-base.pcss index 631edcc..8b2eb09 100644 --- a/web/themes/custom/opdavies/src/custom-base.pcss +++ b/web/themes/custom/opdavies/src/custom-base.pcss @@ -25,3 +25,7 @@ a { blockquote { @apply pl-5 border-l-4 border-gray-300 italic } + +iframe { + @apply max-w-full +}