Reduce email template logo sizes, especially Ladill Transfer.
Deploy Ladill Transfer / deploy (push) Successful in 1m7s

Lower the shared header logo and add a smaller transfer-specific class instead of the oversized inline override.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-08 19:16:05 +00:00
co-authored by Cursor
parent 151c15cb85
commit 7be2e67dd4
2 changed files with 6 additions and 2 deletions
@@ -43,7 +43,11 @@
text-align: center; text-align: center;
} }
.email-logo { .email-logo {
max-height: 36px; max-height: 28px;
width: auto;
}
.email-logo-transfer {
max-height: 24px;
width: auto; width: auto;
} }
.email-icon-header { .email-icon-header {
@@ -1,7 +1,7 @@
@extends('mail.notifications.layout') @extends('mail.notifications.layout')
@section('email-header') @section('email-header')
<img src="{{ config('app.url') }}/images/logo/ladilltransfer-logo-email.png" alt="Ladill Transfer" class="email-logo" style="max-height:44px;"> <img src="{{ config('app.url') }}/images/logo/ladilltransfer-logo-email.png" alt="Ladill Transfer" class="email-logo email-logo-transfer">
@endsection @endsection
@section('content') @section('content')