Fixed location of background image in email base template
This commit is contained in:
parent
accbc5c35c
commit
8013fb5343
1 changed files with 7 additions and 4 deletions
|
@ -3,10 +3,13 @@
|
|||
max-width:800px;
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
">
|
||||
<div style="background-color: #fafafa;
|
||||
padding: 2rem 1.5rem 2rem;
|
||||
margin-bottom:2rem;
|
||||
background-image: url('{{baseUrl}}/images/emails/cloudgroup.png');
|
||||
background-size: cover;
|
||||
background-position: center center;">
|
||||
<div style="background-color: #fafafa; padding: 2rem 1.5rem 2rem;margin-bottom:2rem">
|
||||
<h1>Seepur</h1>
|
||||
</div>
|
||||
|
||||
|
|
Reference in a new issue