We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2123df + dff07ea commit f2ab275Copy full SHA for f2ab275
packages/volto-iframe-block/news/9.bugfix
@@ -0,0 +1 @@
1
+Center iframe in page layout. @danalvrz
packages/volto-iframe-block/src/theme/main.scss
@@ -32,6 +32,12 @@
32
}
33
34
35
-.block.iframe iframe {
36
- width: 100%;
+.block.iframe {
+ figure {
37
+ margin-right: auto;
38
+ margin-left: auto;
39
+ }
40
+ iframe {
41
+ width: 100%;
42
43
0 commit comments