From 107a24e3b97bfd2ce1b0562a417329337248a62b Mon Sep 17 00:00:00 2001 From: Lewis Larsen Date: Sat, 6 Jul 2024 15:59:41 +0100 Subject: [PATCH] fix: fixed vanguard logo in mailables --- resources/views/vendor/mail/html/themes/default.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/vendor/mail/html/themes/default.css b/resources/views/vendor/mail/html/themes/default.css index d898bfd6..4f39fc27 100644 --- a/resources/views/vendor/mail/html/themes/default.css +++ b/resources/views/vendor/mail/html/themes/default.css @@ -112,9 +112,9 @@ img { /* Logo */ .logo { - height: 75px; - max-height: 75px; - width: 75px; + height: 30px; + max-height: 30px; + width: auto; } /* Body */