From f99f656872bf9304b10ebc635bc53a30c603f772 Mon Sep 17 00:00:00 2001 From: Son NK Date: Tue, 24 Mar 2020 20:11:55 +0100 Subject: [PATCH] increase max-width to 750px (old value 570px), reduce padding to 30px (old value: 45px) --- templates/emails/base.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/templates/emails/base.html b/templates/emails/base.html index 13177570..fe5670d0 100644 --- a/templates/emails/base.html +++ b/templates/emails/base.html @@ -335,20 +335,20 @@ } .email-body_inner { - width: 570px; + width: 750px; margin: 0 auto; padding: 0; - -premailer-width: 570px; + -premailer-width: 750px; -premailer-cellpadding: 0; -premailer-cellspacing: 0; background-color: #FFFFFF; } .email-footer { - width: 570px; + width: 750px; margin: 0 auto; padding: 0; - -premailer-width: 570px; + -premailer-width: 750px; -premailer-cellpadding: 0; -premailer-cellspacing: 0; text-align: center; @@ -375,7 +375,7 @@ } .content-cell { - padding: 45px; + padding: 30px; } /*Media Queries ------------------------------ */ @@ -455,11 +455,11 @@ - - +