Fixes for admin template

This commit is contained in:
David Bomba 2023-02-16 21:23:36 +11:00
parent 1d8982bb96
commit e479275335

View File

@ -149,7 +149,7 @@
<div class="dark-bg"
style="background-color:#f9f9f9; padding-bottom: 20px;">
<img class="logo-light" src="{{ $logo ?? '' }}" width="65%" height="" alt="alt_text" border="0" style="width: 100%; max-width: 65%; height: auto; display: block;" class="g-img">
<img class="logo-light" src="{{ $logo ?? '' }}" width="50%" height="" alt="alt_text" border="0" style="width: 100%; max-width: 50%; height: auto; display: block;" class="g-img">
</div>
</td>