diff --git a/backend/src/emails/templates/includes/header.pug b/backend/src/emails/templates/includes/header.pug index 4c6c33d65..94b700ae2 100644 --- a/backend/src/emails/templates/includes/header.pug +++ b/backend/src/emails/templates/includes/header.pug @@ -3,10 +3,12 @@ header img.head-logo( alt="Gradido Logo" loading="lazy" - src="https://gdd.gradido.net/img/brand/gradido-logo.png" + src="https://user-images.githubusercontent.com/1311557/238066077-7c9534f7-f75c-4aa9-9bae-6d115ee7f8a8.jpg" ) - img.head-image( - alt="" - loading="lazy" - src="https://gdd.gradido.net/img/template/Blaetter.png" - ) + //- src="https://gdd.gradido.net/img/gradido-email-header.jpg" + + //- img.head-image( + //- alt="" + //- loading="lazy" + //- src="https://gdd.gradido.net/img/template/Blaetter.png" + //- ) diff --git a/backend/src/emails/templates/includes/webflow.css b/backend/src/emails/templates/includes/webflow.css index f779258c2..7ce330923 100644 --- a/backend/src/emails/templates/includes/webflow.css +++ b/backend/src/emails/templates/includes/webflow.css @@ -27,9 +27,10 @@ .head-logo { position: absolute; - width: 130px; - margin-top: 36px; - max-width: 33%; + /* width: 130px; */ + /* margin-top: 36px; */ + max-width: 680px; + /* top: -11px; */ } .head-image { @@ -97,9 +98,10 @@ } .content { - display: flex; + display: inherit; max-width: 680px; margin-top: 40px; + padding-top: 2px; flex-direction: column; justify-content: center; align-items: center; @@ -250,7 +252,7 @@ } .div-block { - display: flex; + display: inherit; margin-top: 20px; margin-bottom: 40px; flex-direction: row; @@ -306,7 +308,7 @@ } .content { - /* max-height: 520px; */ + max-height: none; max-width: 540px; margin-top: 40px; border-radius: 24px;