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;