diff --git a/app/retail/templates/emails/template.html b/app/retail/templates/emails/template.html index 50e4c841f77..6856d8babce 100644 --- a/app/retail/templates/emails/template.html +++ b/app/retail/templates/emails/template.html @@ -124,7 +124,7 @@ #logo { vertical-align: middle; display: inline-block; - max-height: 100%; + max-height: 80px; max-width: 100%; } @@ -134,7 +134,7 @@ } #header { - height: 200px; + height: 100px; background-color: #8934b3; } @@ -142,11 +142,11 @@ color: white; align-content: center; text-align: center; + padding: 30px 50px; } #footer { background-color: #15003e; - } #footer p, #footer a {