Skip to content

Commit 14d56b8

Browse files
Center align the password reset email
1 parent 9f180fb commit 14d56b8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

application/views/emails/password_reset_email.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -379,13 +379,13 @@
379379
<td class="wrapper">
380380
<table role="presentation" border="0" cellpadding="0" cellspacing="0">
381381
<tr>
382-
<td>
382+
<td align="center" style="text-align: center;">
383383
<!-- Logo at the top center, embedded as CID -->
384384
<img src="cid:logo.png" alt="Logo" style="display:block;max-width:80px;margin: auto auto 24px;">
385-
<h2>
385+
<h2 style="text-align: center;">
386386
<?= $subject ?>
387387
</h2>
388-
<p>
388+
<p style="text-align: center;">
389389
<?= $message ?>
390390
</p>
391391
<!-- Reset Password Button -->

0 commit comments

Comments
 (0)