diff --git a/email.html b/email.html index f31b173..37ead07 100644 --- a/email.html +++ b/email.html @@ -217,7 +217,7 @@ /* Reset Styles */ body { margin: 0; padding: 0; } img { height: auto; line-height: 100%; outline: none; text-decoration: none; } - #backgroundTable { height: 100% !important; margin: 0; padding: 0; width: 100% !important; } + #backgroundTable { margin: 0; padding: 0; width: 100% !important; } /** End Mail Chimp Reset **/ diff --git a/email_lite.html b/email_lite.html index d800a67..7c728cc 100644 --- a/email_lite.html +++ b/email_lite.html @@ -141,7 +141,7 @@ /* Reset Styles */ body { margin: 0; padding: 0; } img { height: auto; line-height: 100%; outline: none; text-decoration: none; } - #backgroundTable { height: 100% !important; margin: 0; padding: 0; width: 100% !important; } + #backgroundTable { margin: 0; padding: 0; width: 100% !important; } p { margin: 1em 0;