Skip to content

Commit 7cd3361

Browse files
Merge pull request redis-developer#435 from wjohnsto/master
adding some region clarification to l&e
2 parents f7b1b34 + 9844112 commit 7cd3361

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

src/pages/lp/learn-and-earn-jwt.tsx

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ export default function LearnAndEarnJWT() {
1717
</h1>
1818
<div
1919
style={{
20-
width: '70%',
21-
minWidth: '370px',
22-
margin: 'auto',
20+
display: 'flex',
21+
justifyContent: 'center',
22+
margin: '1rem',
2323
}}>
2424
<p>
2525
Complete this short assessment for a chance to earn a $25 Amazon
@@ -36,8 +36,15 @@ export default function LearnAndEarnJWT() {
3636
display: 'flex',
3737
justifyContent: 'center',
3838
alignItems: 'center',
39+
flexDirection: 'column',
40+
margin: '1rem',
3941
}}>
4042
<form className="m-form" id="mktoForm_4161"></form>
43+
<strong style={{ maxWidth: '30rem' }}>
44+
To receive your gift card, you must be a legal resident of any of
45+
the 50 United States and D.C., Canada, Germany, Ireland, France,
46+
and the United Kingdom;
47+
</strong>
4148
</div>
4249
</article>
4350
</Layout>

0 commit comments

Comments
 (0)