mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Add minimal padding for logos in designs
This commit is contained in:
parent
9f96c2866d
commit
5ae4972583
@ -142,14 +142,14 @@
|
||||
style="border: 1px solid #c2c2c2;" class="dark-bg-base">
|
||||
|
||||
<!--[if mso]>
|
||||
<tr class="dark-bg" style="margin-top:0px; border: none;">
|
||||
<tr class="dark-bg" style="margin-top:10px; border: none;">
|
||||
<td style="border: none;"></td>
|
||||
</tr>
|
||||
<![endif]-->
|
||||
|
||||
<tr>
|
||||
<td align="center" cellpadding="20">
|
||||
<div style="border: 1px solid #c2c2c2; border-bottom: none; padding-bottom: 10px; border-top-left-radius: 3px; border-top-right-radius: 3px;">
|
||||
<div style="border: 1px solid #c2c2c2; border-bottom: none; padding-bottom: 10px; border-top-left-radius: 3px; border-top-right-radius: 3px; padding-top:10px;">
|
||||
@if($logo && strpos($logo, 'blank.png') === false)
|
||||
<img class="" src="{{ $logo ?? '' }}" width="50%" height="" alt=" " border="0" style="width: 50%; max-width: 570px; display: block;">
|
||||
@endif
|
||||
|
Loading…
Reference in New Issue
Block a user