Skip to content

Commit

Permalink
Merge pull request #13 from jwade1327/mobile-teaser
Browse files Browse the repository at this point in the history
Adjust styling to wrap around image on mobile
  • Loading branch information
Shinsina authored Mar 28, 2023
2 parents 8d98484 + 7ca237d commit 7fa2060
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/common/components/blocks/content/list-item.marko
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ $ const linkLabel = input.storyLocation ? `story|${input.storyLocation}|${conten
</tr>
<tr>
<td>
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0" class="hide_on_mobile">
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<common-table-spacer-element height="5" />
<tr>
<td align="left" valign="top" style="font-family: 'Roboto', arial, sans-serif;font-size: 17px;line-height: 23px;color: #202022;font-weight: 400;">
Expand Down Expand Up @@ -130,7 +130,7 @@ $ const linkLabel = input.storyLocation ? `story|${input.storyLocation}|${conten
</td>
</tr>
<tr>
<td align="left" valign="top" class="show_on_mobile" style="display: none;mso-hide: all;">
<td align="left" valign="top" class="hide_on_mobile" style="display: none;mso-hide: all;">
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0" style="mso-hide: all;">
<common-table-spacer-element height="10" />
<tr>
Expand Down

0 comments on commit 7fa2060

Please sign in to comment.