mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Udpated email template footer spacings
no refs. - updated padding between Ghost badge and rest of the footer
This commit is contained in:
parent
008d177c4b
commit
02d78a89aa
1 changed files with 3 additions and 3 deletions
|
@ -836,7 +836,7 @@ figure blockquote p {
|
|||
${ templateSettings.showBadge ? `
|
||||
.footer-powered {
|
||||
text-align: center;
|
||||
padding-top: 25px;
|
||||
padding-top: 70px;
|
||||
padding-bottom: 40px;
|
||||
}
|
||||
|
||||
|
@ -930,8 +930,8 @@ ${ templateSettings.showBadge ? `
|
|||
<!-- END MAIN CONTENT AREA -->
|
||||
|
||||
<tr>
|
||||
<td class="wrapper" align="center" style="padding-top: 40px; padding-bottom: 30px;">
|
||||
<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%">
|
||||
<td class="wrapper" align="center">
|
||||
<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="padding-top: 40px; padding-bottom: 30px;">
|
||||
${iff(!!templateSettings.footerContent, `<tr><td class="footer">${templateSettings.footerContent}</td></tr>`, '')}
|
||||
<tr>
|
||||
<td class="footer">${site.title} © ${date.getFullYear()} – <a href="%recipient.unsubscribe_url%">Unsubscribe</a></td>
|
||||
|
|
Loading…
Add table
Reference in a new issue