Skip to content

Commit

Permalink
refactor: email table width
Browse files Browse the repository at this point in the history
This adjusts the email table widths to be more appealing.

Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
  • Loading branch information
james-d-elliott committed Dec 25, 2023
1 parent ccbf702 commit 5d1fe75
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
<tr>
<td>
<!-- logo -->
<table width="140" align="center" border="0" cellpadding="0" cellspacing="0"
<table width="600" align="center" border="0" cellpadding="0" cellspacing="0"
class="devicewidth">
<tbody>
<tr>
Expand Down Expand Up @@ -427,4 +427,4 @@ <h1>{{ .Title }}</h1>
<!-- End of postfooter -->
</body>

</html>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
<tr>
<td>
<!-- logo -->
<table width="140" align="center" border="0" cellpadding="0" cellspacing="0"
<table width="600" align="center" border="0" cellpadding="0" cellspacing="0"
class="devicewidth">
<tbody>
<tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
<tr>
<td>
<!-- logo -->
<table width="140" align="center" border="0" cellpadding="0" cellspacing="0"
<table width="600" align="center" border="0" cellpadding="0" cellspacing="0"
class="devicewidth">
<tbody>
<tr>
Expand Down

0 comments on commit 5d1fe75

Please sign in to comment.