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 7e0e9e7 commit 6fd8363Copy full SHA for 6fd8363
dotcom-rendering/src/components/marketing/gutters/GutterAsk.tsx
@@ -24,11 +24,7 @@ const container = css`
24
`;
25
26
const imageHeader = (mainUrl: string) => css`
27
- background-color: ${palette.brand[400]};
28
- background-image: url(${mainUrl});
29
- background-repeat: no-repeat;
30
- background-position: center;
31
- background-size: cover;
+ background: ${palette.brand[400]} no-repeat center/100% url('${mainUrl}');
32
width: 220px;
33
height: 132px;
34
0 commit comments