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.
2 parents fb3dc62 + 5beacf6 commit 7156933Copy full SHA for 7156933
dotcom-rendering/src/components/AdSlot.web.tsx
@@ -135,12 +135,17 @@ const topAboveNavContainerVariantStyles = css`
135
content: '';
136
position: absolute;
137
height: 250px;
138
- width: 970px;
+ width: 728px;
139
top: ${labelHeight}px;
140
left: 50%;
141
transform: translateX(-50%);
142
background-color: ${palette.neutral[93]};
143
}
144
+ ${from.desktop} {
145
+ ::before {
146
+ width: 970px;
147
+ }
148
149
150
`;
151
0 commit comments