diff --git a/apps/demo/emails/reviews/amazon-review.tsx b/apps/demo/emails/reviews/amazon-review.tsx
index 08fb4a2ffb..85c06a40d2 100644
--- a/apps/demo/emails/reviews/amazon-review.tsx
+++ b/apps/demo/emails/reviews/amazon-review.tsx
@@ -36,7 +36,24 @@ export const AmazonReviewEmail = ({
}: AmazonReviewEmailProps) => {
return (
-
Amazon Review
@@ -67,16 +84,25 @@ export const AmazonReviewEmail = ({
-
+
-
+
14 Habits of Highly Productive Developers (English Edition)
@@ -92,7 +118,7 @@ export const AmazonReviewEmail = ({
))}
- Your reviews will be posted on Amazon using your public name.
+ Your reviews will be posted on Amazon using your public name.{' '}
Check your public name.
@@ -172,7 +198,7 @@ export const AmazonReviewEmail = ({
export default AmazonReviewEmail;
const main = {
- fontFamily: 'Ember,Helvetica,Arial,sans-seri',
+ fontFamily: 'Ember,Helvetica,Arial,sans-serif',
backgroundColor: '#ffffff',
};
@@ -181,6 +207,7 @@ const container = {
margin: '0 auto',
padding: '20px',
width: '640px',
+ maxWidth: '100%',
};
const title = {
@@ -193,6 +220,7 @@ const title = {
const ratingContent = {
paddingLeft: '30px',
+ width: '50%',
};
const rating = {