1 parent c9f6241 commit 2bdd091Copy full SHA for 2bdd091
1 file changed
dotcom-rendering/src/lib/adStyles.ts
@@ -121,6 +121,8 @@ const spacefinderAdSlotContainerStyles = css`
121
text-align: center;
122
display: flex;
123
justify-content: center;
124
+ max-width: 620px;
125
+ margin-left: 0;
126
127
${from.tablet} {
128
background-color: ${palette('--ad-background')};
@@ -158,6 +160,7 @@ const spacefinderAdSlotContainerStyles = css`
158
160
/*
159
161
To push inline2+ on desktop to the right column
162
*/
163
+ .ad-slot-container--right-column,
164
.ad-slot-container--offset-right {
165
${from.desktop} {
166
float: right;
0 commit comments