Skip to content

Commit

Permalink
Update class on displayDate to ensure font size on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
jwade1327 committed Nov 18, 2024
1 parent c3118ba commit 7187336
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 7187336

Please sign in to comment.