diff --git a/backend/src/emails/templates/includes/webflow.css b/backend/src/emails/templates/includes/webflow.css index 22b6d6f19..80a28500c 100644 --- a/backend/src/emails/templates/includes/webflow.css +++ b/backend/src/emails/templates/includes/webflow.css @@ -30,10 +30,10 @@ h2 { } .content { - display: table; + display: block; width: 100%; - margin: 40px 10px 0 0; - padding: 20px 10px 40px; + margin: 40px 0 40px 0; + padding: 20px 0 40px 0; border-radius: 24px; background-image: linear-gradient(180deg, #f5f5f5, #f5f5f5); }