Make iframe embeds slightly wider

This commit is contained in:
Jake Howard 2022-09-25 21:25:21 +01:00
parent 92f1a17b9f
commit f0b7a2e986
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 4 additions and 0 deletions

View File

@ -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;