update email template css

This commit is contained in:
mahula 2023-05-15 12:16:24 +02:00
parent c1efbd8c2a
commit caf12d37d2
2 changed files with 16 additions and 12 deletions

View File

@ -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"
//- )

View File

@ -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;