From 464294362e665d2a048f0aaa9ca0e2bef7559ead Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 28 Sep 2023 21:45:45 +0100 Subject: [PATCH] Improve compatibility in email template Signed-off-by: Fred Boniface --- mail-templates/register.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mail-templates/register.html b/mail-templates/register.html index 8baae9e..01446d3 100644 --- a/mail-templates/register.html +++ b/mail-templates/register.html @@ -7,11 +7,18 @@ text-align: center; width: 100%; } + body { + margin: 0; + padding: 0; + } a { color: azure; } table { width: 100%; + height: 100%; + margin: 0; + padding: 0; color: azure; font-family: sans-serif; text-align: center;