From 3fb24bf3603f76b6322d60a84ef9b126bc8497a9 Mon Sep 17 00:00:00 2001 From: mahula Date: Mon, 15 May 2023 17:50:53 +0200 Subject: [PATCH] fix css for header image --- backend/src/emails/templates/includes/webflow.css | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/backend/src/emails/templates/includes/webflow.css b/backend/src/emails/templates/includes/webflow.css index 7ce330923..2b0dd4435 100644 --- a/backend/src/emails/templates/includes/webflow.css +++ b/backend/src/emails/templates/includes/webflow.css @@ -27,18 +27,8 @@ .head-logo { position: absolute; - /* width: 130px; */ - /* margin-top: 36px; */ - max-width: 680px; - /* top: -11px; */ - } - - .head-image { - position: absolute; - /* top: -11px; */ - left: 40%; - width: 400 px; - max-width: 64%; + width:600px; + max-width:100% } .wrapper_head {