From ed1e8abf58e549d2d71a20332f86ebef500f058f Mon Sep 17 00:00:00 2001 From: Emilio Heinzmann Date: Sun, 27 Jul 2025 12:03:56 -0300 Subject: [PATCH 1/2] fix(demo): amazon review font-family --- apps/demo/emails/reviews/amazon-review.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/demo/emails/reviews/amazon-review.tsx b/apps/demo/emails/reviews/amazon-review.tsx index 08fb4a2ffb..2d24ab67e2 100644 --- a/apps/demo/emails/reviews/amazon-review.tsx +++ b/apps/demo/emails/reviews/amazon-review.tsx @@ -172,7 +172,7 @@ export const AmazonReviewEmail = ({ export default AmazonReviewEmail; const main = { - fontFamily: 'Ember,Helvetica,Arial,sans-seri', + fontFamily: 'Ember,Helvetica,Arial,sans-serif', backgroundColor: '#ffffff', }; From ff55d2ab39258fbc7ad72e5bd252186c05ff4f65 Mon Sep 17 00:00:00 2001 From: Emilio Heinzmann Date: Sun, 27 Jul 2025 12:04:23 -0300 Subject: [PATCH 2/2] fix(demo): amazon review responsive style --- apps/demo/emails/reviews/amazon-review.tsx | 36 +++++++++++++++++++--- 1 file changed, 32 insertions(+), 4 deletions(-) diff --git a/apps/demo/emails/reviews/amazon-review.tsx b/apps/demo/emails/reviews/amazon-review.tsx index 2d24ab67e2..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 = ({
- + Amazon Book - + 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. @@ -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 = {