Reduce email template logo sizes, especially Ladill Transfer.
Deploy Ladill Transfer / deploy (push) Successful in 1m7s
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:
@@ -43,7 +43,11 @@
|
||||
text-align: center;
|
||||
}
|
||||
.email-logo {
|
||||
max-height: 36px;
|
||||
max-height: 28px;
|
||||
width: auto;
|
||||
}
|
||||
.email-logo-transfer {
|
||||
max-height: 24px;
|
||||
width: auto;
|
||||
}
|
||||
.email-icon-header {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
@extends('mail.notifications.layout')
|
||||
|
||||
@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
|
||||
|
||||
@section('content')
|
||||
|
||||
Reference in New Issue
Block a user