Skip to content

Commit

Permalink
[Fluid] Mobile Gmail gutters fixed
Browse files Browse the repository at this point in the history
Fixes #151

Not 100% certain _why_ this fixes it. I didn’t make any major changes
in width or spacing, but this checks out in all devices and in all
Litmus mobile previews.
  • Loading branch information
TedGoas committed Feb 12, 2018
1 parent ccafdab commit ee112d8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions cerberus-fluid.html
Original file line number Diff line number Diff line change
Expand Up @@ -246,33 +246,33 @@ <h2 style="margin: 0 0 10px 0; font-family: sans-serif; font-size: 18px; line-he

<!-- 2 Even Columns : BEGIN -->
<tr>
<td bgcolor="#ffffff" align="center" height="100%" valign="top" width="100%" style="padding-bottom: 40px">
<td bgcolor="#ffffff" align="center" height="100%" valign="top" width="100%" style="padding: 0 10px 40px 10px">
<table role="presentation" border="0" cellpadding="0" cellspacing="0" align="center" width="100%" style="max-width:560px;">
<tr>
<td align="center" valign="top" width="50%">
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%" style="font-size: 14px;text-align: left;">
<td align="left" valign="top" width="50%">
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%" style="font-size: 14px; text-align: left;">
<tr>
<td style="text-align: center; padding: 0 10px;">
<img src="http://placehold.it/200" width="200" height="" alt="alt_text" border="0" align="center" style="width: 100%; max-width: 200px; background: #dddddd; font-family: sans-serif; font-size: 15px; line-height: 140%; color: #555555;">
</td>
</tr>
<tr>
<td style="text-align: center;font-family: sans-serif; font-size: 15px; line-height: 140%; color: #555555; padding: 10px 10px 0;" class="stack-column-center">
<p style="margin: 0;">Maecenas sed ante pellentesque, posuere leo id, eleifend dolor. Class aptent taciti sociosqu ad litora per conubia nostra, per torquent inceptos&nbsp;himenaeos.</p>
<td style="text-align: left; font-family: sans-serif; font-size: 15px; line-height: 140%; color: #555555; padding: 10px 10px 0;">
<p style="margin: 0:">Maecenas sed ante pellentesque, posuere leo id, eleifend dolor.</p>
</td>
</tr>
</table>
</td>
<td align="center" valign="top" width="50%">
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%" style="font-size: 14px;text-align: left;">
<td align="left" valign="top" width="50%">
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%" style="font-size: 14px; text-align: left;">
<tr>
<td style="text-align: center; padding: 0 10px;">
<img src="http://placehold.it/200" width="200" height="" alt="alt_text" border="0" align="center" style="width: 100%; max-width: 200px; background: #dddddd; font-family: sans-serif; font-size: 15px; line-height: 140%; color: #555555;">
</td>
</tr>
<tr>
<td style="text-align: center;font-family: sans-serif; font-size: 15px; line-height: 140%; color: #555555; padding: 10px 10px 0;" class="stack-column-center">
<p style="margin: 0;">Maecenas sed ante pellentesque, posuere leo id, eleifend dolor. Class aptent taciti sociosqu ad litora per conubia nostra, per torquent inceptos&nbsp;himenaeos.</p>
<td style="text-align: left; font-family: sans-serif; font-size: 15px; line-height: 140%; color: #555555; padding: 10px 10px 0;">
<p style="margin: 0:">Maecenas sed ante pellentesque, posuere leo id, eleifend dolor.</p>
</td>
</tr>
</table>
Expand Down

0 comments on commit ee112d8

Please sign in to comment.