Skip to content

Commit 352ce12

Browse files
committed
Increase the padding-top in SponsoredContentLabel wrapper
1 parent 003fdf9 commit 352ce12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/components/SponsoredContentLabel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const labelStyles = css`
3434
`;
3535

3636
const wrapperStyles = css`
37-
padding-top: ${space[1]}px;
37+
padding-top: ${space[4]}px;
3838
display: flex;
3939
justify-content: end;
4040
`;

0 commit comments

Comments
 (0)