From f0b7a2e98662af83f42d910e9773383d6458c290 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 25 Sep 2022 21:25:21 +0100 Subject: [PATCH] Make iframe embeds slightly wider --- static/src/scss/_blocks.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/src/scss/_blocks.scss b/static/src/scss/_blocks.scss index 96910c8..de3bf9e 100644 --- a/static/src/scss/_blocks.scss +++ b/static/src/scss/_blocks.scss @@ -24,6 +24,10 @@ div.block-iframe { } } +div.block-iframe figure { + @include center-block(95%, 99%); +} + .content > div[class^="block-"] { &:not(:last-child) { margin-bottom: $content-block-margin-bottom;