We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0a96d8 commit 25704d4Copy full SHA for 25704d4
dotcom-rendering/src/lib/adStyles.ts
@@ -71,6 +71,9 @@ const adSlotStyles = css`
71
/* iframes are inline by default, so we need to set them to block to avoid the same whitespace quirk mentioned in the above comment */
72
iframe {
73
display: block;
74
+ /* Centre the content within this element */
75
+ margin-left: auto;
76
+ margin-right: auto;
77
}
78
79
0 commit comments