Skip to content

Commit

Permalink
Fix email alignment in iOS Outlook
Browse files Browse the repository at this point in the history
In reference to #184
  • Loading branch information
TedGoas committed Jun 7, 2018
1 parent 65ff30a commit bd8ba35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cerberus-fluid.html
Expand Up @@ -190,7 +190,7 @@
3. mso conditional: For Windows 10 Mail
-->
<body width="100%" style="margin: 0; mso-line-height-rule: exactly; background-color: #222222;">
<center style="width: 100%; background-color: #222222; text-align: left;">
<center style="width: 100%; background-color: #222222;">
<!--[if mso | IE]>
<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color: #222222;">
<tr>
Expand Down
2 changes: 1 addition & 1 deletion cerberus-hybrid.html
Expand Up @@ -223,7 +223,7 @@
3. mso conditional: For Windows 10 Mail
-->
<body width="100%" style="margin: 0; mso-line-height-rule: exactly; background-color: #222222;">
<center style="width: 100%; background-color: #222222; text-align: left;">
<center style="width: 100%; background-color: #222222;">
<!--[if mso | IE]>
<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color: #222222;">
<tr>
Expand Down
2 changes: 1 addition & 1 deletion cerberus-responsive.html
Expand Up @@ -227,7 +227,7 @@
3. mso conditional: For Windows 10 Mail
-->
<body width="100%" style="margin: 0; mso-line-height-rule: exactly; background-color: #222222;">
<center style="width: 100%; background-color: #222222; text-align: left;">
<center style="width: 100%; background-color: #222222;">
<!--[if mso | IE]>
<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color: #222222;">
<tr>
Expand Down

0 comments on commit bd8ba35

Please sign in to comment.