From d42d86b76314bd00a90f6317b3241a96a7437989 Mon Sep 17 00:00:00 2001 From: Konrad Date: Fri, 21 Mar 2025 13:56:15 +0100 Subject: [PATCH] Reduce max-width of logo to reflect the proposed aspect ratio of 640px / 130px (= 247px / 50px) --- app/assets/stylesheets/mail/email.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/mail/email.scss b/app/assets/stylesheets/mail/email.scss index d137f6c7f8..7a5a7e83da 100644 --- a/app/assets/stylesheets/mail/email.scss +++ b/app/assets/stylesheets/mail/email.scss @@ -107,7 +107,7 @@ table.order-summary { .logo { vertical-align: middle; max-height: 50px; - max-width: 300px; + max-width: 247px; } .social .soc-btn {