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:
parent
d9fb4787ec
commit
e3d01e0b1f
2 changed files with 22 additions and 1 deletions
|
@ -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;
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue