diff --git a/email.html b/email.html index 39cc81e..7cdb4e7 100644 --- a/email.html +++ b/email.html @@ -52,7 +52,7 @@ /* Set a max-width, and make it display as block so it will automatically stretch to that width, but will also shrink down on a phone or something */ .container { display: block; - Margin: 0 auto !important; + margin: 0 auto !important; /* makes it centered */ max-width: 580px; padding: 10px; @@ -63,7 +63,7 @@ .content { box-sizing: border-box; display: block; - Margin: 0 auto; + margin: 0 auto; max-width: 580px; padding: 10px; } @@ -89,7 +89,7 @@ .footer { clear: both; - Margin-top: 10px; + margin-top: 10px; text-align: center; width: 100%; } @@ -242,7 +242,7 @@ hr { border: 0; border-bottom: 1px solid #f6f6f6; - Margin: 20px 0; + margin: 20px 0; } /* -------------------------------------