From bbe39512cec21a08cb75ff74b4d4937b865232fd Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Tue, 2 May 2023 23:02:10 +0100 Subject: [PATCH] Add text-align tag to table Signed-off-by: Fred Boniface --- mail-templates/register.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mail-templates/register.html b/mail-templates/register.html index c7ec141..43bac2e 100644 --- a/mail-templates/register.html +++ b/mail-templates/register.html @@ -16,11 +16,12 @@ width: 100%; color: azure; font-family: sans-serif; + text-align: center; } #title { height: 100px; padding-top: 0px; - margin-top: 0px + margin-top: 0px; } h1 { color: #00b7b7;