text aligned to center

This commit is contained in:
ilmedova 2023-05-03 17:44:10 +05:00
parent d486f620df
commit ce7de1fc97
1 changed files with 3 additions and 3 deletions

View File

@ -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>