text aligned to center
This commit is contained in:
parent
d486f620df
commit
ce7de1fc97
|
|
@ -33,7 +33,7 @@
|
|||
<div class="inner">
|
||||
|
||||
<table class="mail"
|
||||
style="border: 1px solid #003197; border-radius: 5px; overflow: hidden; width: 100%; border-spacing: 0;">
|
||||
style="border: 1px solid #003197; border-radius: 5px; overflow: hidden; width: 25%; border-spacing: 0;">
|
||||
<thead style="background-color: #003197;">
|
||||
<tr>
|
||||
<th class="header" style="padding: 0; position: relative;">
|
||||
|
|
@ -55,9 +55,9 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 0 20px 0 20px;">
|
||||
<td style="padding: 0 20px 0 20px; text-align: center">
|
||||
<p class="content_txt" style="font-size: 14px; font-weight: 400; line-height: 1.4; margin-bottom: 15px;">
|
||||
<img style="width: 200px" src="{{ $message->embedData(base64_decode($base64), $file_name) }}">
|
||||
<img style="width: 180px" src="{{ $message->embedData(base64_decode($base64), $file_name) }}">
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Reference in New Issue