Skip to content

Commit 2bdd091

Browse files
authored
Right rail ad container style tweaks for interactive articles (#15341)
* interactive ad container tweaks * combine temporarily for rollout
1 parent c9f6241 commit 2bdd091

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

dotcom-rendering/src/lib/adStyles.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ const spacefinderAdSlotContainerStyles = css`
121121
text-align: center;
122122
display: flex;
123123
justify-content: center;
124+
max-width: 620px;
125+
margin-left: 0;
124126
125127
${from.tablet} {
126128
background-color: ${palette('--ad-background')};
@@ -158,6 +160,7 @@ const spacefinderAdSlotContainerStyles = css`
158160
/*
159161
To push inline2+ on desktop to the right column
160162
*/
163+
.ad-slot-container--right-column,
161164
.ad-slot-container--offset-right {
162165
${from.desktop} {
163166
float: right;

0 commit comments

Comments
 (0)