From 5abc03baf1a1eeb3403579876d64ae5c2fd0fd9b Mon Sep 17 00:00:00 2001 From: elweyn Date: Fri, 19 May 2023 12:03:41 +0200 Subject: [PATCH] Change font size of the body. --- backend/src/emails/templates/includes/webflow.css | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/emails/templates/includes/webflow.css b/backend/src/emails/templates/includes/webflow.css index 408c15326..02e7fc4e0 100644 --- a/backend/src/emails/templates/includes/webflow.css +++ b/backend/src/emails/templates/includes/webflow.css @@ -1,6 +1,7 @@ body{ display: block; font-family: "Work Sans", sans-serif; + font-size: 17px; text-align: center; text-align: -webkit-center; justify-content: center;