Ghost/ghost/email-service/lib/email-templates/partials/feedback-button-mobile.hbs
Peter Zimon 9d25c2a058 Fixed mobile size footer buttons in newsletters
refs. https://github.com/TryGhost/Team/issues/2740

- alignment of buttons in the footer of newsletter email template was off
2023-03-17 16:34:23 +01:00

6 lines
403 B
Handlebars

<td dir="ltr" valign="top" align="center" style="vertical-align: top; font-family: inherit; font-size: 14px; text-align: center; padding: 0 4px 4px; cursor: pointer; width: 33%;" nowrap>
<a href="{{href}}" target="_blank">
<img src={{iconUrl}} border="0" width={{width}} height={{height}} alt="{{buttonText}}">
<p class="feedback-button-mobile-text">{{buttonText}}</p>
</a>
</td>