Update email footer padding values (#4838)

- looks better, the Github logo was too close to the bottom
- also fix a minor issue in the new device log in HTML template
This commit is contained in:
Daniel
2024-08-17 23:48:10 +03:00
committed by GitHub
parent 9e26014b4d
commit 7d47155d83
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ New Device Logged In From {{{device}}}
</tr>
<tr style="margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;">
<td class="content-block" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; margin: 0; -webkit-font-smoothing: antialiased; padding: 0 0 10px; -webkit-text-size-adjust: none;" valign="top">
<b>Date</b>: {{datetime}}
<b>Date:</b> {{datetime}}
</td>
</tr>
<tr style="margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;">
@@ -28,4 +28,4 @@ New Device Logged In From {{{device}}}
</td>
</tr>
</table>
{{> email/email_footer }}
{{> email/email_footer }}