From b82bad3a1ff16f6901c37080fb4eb007cb673f7e Mon Sep 17 00:00:00 2001 From: elweyn Date: Wed, 17 May 2023 15:54:00 +0200 Subject: [PATCH] Correct margin of content. --- backend/src/emails/templates/includes/webflow.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/emails/templates/includes/webflow.css b/backend/src/emails/templates/includes/webflow.css index 49e6fe916..22b6d6f19 100644 --- a/backend/src/emails/templates/includes/webflow.css +++ b/backend/src/emails/templates/includes/webflow.css @@ -32,7 +32,7 @@ h2 { .content { display: table; width: 100%; - margin: 40px 10px 0; + margin: 40px 10px 0 0; padding: 20px 10px 40px; border-radius: 24px; background-image: linear-gradient(180deg, #f5f5f5, #f5f5f5);