Make iframe embeds slightly wider
This commit is contained in:
parent
92f1a17b9f
commit
f0b7a2e986
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue