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