1 parent 9297e7a commit e96805dCopy full SHA for e96805d
1 file changed
dotcom-rendering/src/components/NewsletterSignupCard.tsx
@@ -91,7 +91,7 @@ const badgeStyles = css`
91
const innerDividerStyles = css`
92
border: none;
93
border-top: 1px solid ${themePalette('--newsletter-card-divider')};
94
- margin: 0 0 ${space[2]}px;
+ margin: 0 -${space[3]}px ${space[2]}px;
95
`;
96
97
const descriptionStyles = css`
@@ -103,11 +103,16 @@ const descriptionStyles = css`
103
104
const illustrationStyles = css`
105
flex-shrink: 0;
106
- width: 90px;
107
- height: 90px;
+ width: 70px;
+ height: 70px;
108
border-radius: 50%;
109
object-fit: cover;
110
111
+ ${from.mobileMedium} {
112
+ width: 90px;
113
+ height: 90px;
114
+ }
115
+
116
${from.tablet} {
117
width: 100px;
118
height: 100px;
0 commit comments