0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Decreased header spacing for newsletters on mobile screen (#19690)

ref DES-115
This commit is contained in:
Sodbileg Gansukh 2024-03-05 14:01:58 +08:00 committed by GitHub
parent d9fb4787ec
commit e3d01e0b1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 22 additions and 1 deletions

View file

@ -1306,6 +1306,27 @@ a[data-flickr-embed] img {
width: auto !important;
}
table.body .site-icon {
padding-top: 0 !important;
}
table.body .site-info,
table.body .site-info-bordered {
padding-top: 30px !important;
}
table.body .site-url-bottom-padding {
padding-bottom: 30px !important;
}
table.body .post-title-link {
margin-top: 30px !important;
}
table.body .post-meta-wrapper {
padding-bottom: 30px !important;
}
table.body .site-icon img {
width: 40px !important;
height: 40px !important;

View file

@ -81,7 +81,7 @@
</tr>
<tr>
<td style="width: 100%">
<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="padding-bottom: 48px;">
<table class="post-meta-wrapper" role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="padding-bottom: 48px;">
<tr>
<td height="20" class="{{classes.meta}}" style="padding: 0;">
By {{post.authors}} • <span class="post-meta-date">{{post.publishedAt}} </span>