Skip to content

Commit

Permalink
Merge pull request #207 from jwade1327/change-class
Browse files Browse the repository at this point in the history
Update class on displayDate to ensure font size on mobile
  • Loading branch information
jwade1327 authored Nov 18, 2024
2 parents c3118ba + 7187336 commit 361aaf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/components/blocks/2024/date-banner.marko
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ $ const displayDate = (lang) ? moment(date).locale(lang).format("D, YYYY") : mom
</td>
</tr>
<tr>
<td align="right" class="es-m-p0r" style="padding:0;Margin:0;padding-right:20px">
<td align="right" class="view-online" style="padding:0;Margin:0;padding-right:20px">
<h4 style="Margin:0;line-height:21px;mso-line-height-rule:exactly;font-family:arial, 'helvetica neue', helvetica, sans-serif;font-size:14px;color:#333333">
<strong>${displayDateMonth}&nbsp;${displayDate}</strong>
</h4>
Expand Down

0 comments on commit 361aaf8

Please sign in to comment.