mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03:00
Updated resources section on post analytics page
Refs https://github.com/TryGhost/Team/issues/1918
This commit is contained in:
parent
10f285d22e
commit
8a5bbad8e3
@ -730,7 +730,7 @@ a.gh-post-list-signups.active:hover > span, a.gh-post-list-conversions.active:ho
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
|
||||
margin: 0 0 2.4rem;
|
||||
padding: 2.8rem 2.4rem 2.4rem;
|
||||
padding: 2.4rem;
|
||||
background: var(--main-color-content-greybg);
|
||||
border-radius: var(--border-radius);
|
||||
}
|
||||
@ -741,7 +741,7 @@ a.gh-post-list-signups.active:hover > span, a.gh-post-list-conversions.active:ho
|
||||
}
|
||||
|
||||
.gh-post-stats-box.resources {
|
||||
grid-template-columns: 1fr 2fr;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
grid-gap: 24px;
|
||||
}
|
||||
|
||||
@ -765,9 +765,9 @@ a.gh-post-list-signups.active:hover > span, a.gh-post-list-conversions.active:ho
|
||||
;
|
||||
}
|
||||
|
||||
.gh-post-stats-resource.image {
|
||||
.gh-post-stats-resource {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
grid-template-columns: 2fr 3fr;
|
||||
grid-gap: 24px;
|
||||
}
|
||||
|
||||
@ -779,8 +779,7 @@ a.gh-post-list-signups.active:hover > span, a.gh-post-list-conversions.active:ho
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
background-image: url(img/marketing/analytics-1.jpg);
|
||||
aspect-ratio: 3 / 2;
|
||||
aspect-ratio: 1;
|
||||
filter: brightness(1.08);
|
||||
}
|
||||
|
||||
|
@ -67,15 +67,18 @@
|
||||
Get started with analytics
|
||||
</h4>
|
||||
<div class="gh-post-stats-box resources">
|
||||
<div class="gh-post-stats-resource flex flex-column justify-between">
|
||||
<div>
|
||||
<h3>📈 Understand analytics in Ghost</h3>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
|
||||
<div class="gh-post-stats-resource">
|
||||
<div class="thumbnail" style="background-image: url(assets/img/marketing/analytics-1.jpg);"></div>
|
||||
<div class="flex flex-column justify-between">
|
||||
<div>
|
||||
<h3>📈 Understand analytics in Ghost</h3>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
|
||||
</div>
|
||||
<div class="gh-btn gh-btn-link">Become an expert →</div>
|
||||
</div>
|
||||
<div class="gh-btn gh-btn-link">Become an expert →</div>
|
||||
</div>
|
||||
<div class="gh-post-stats-resource image">
|
||||
<div class="thumbnail"></div>
|
||||
<div class="gh-post-stats-resource">
|
||||
<div class="thumbnail" style="background-image: url(assets/img/marketing/analytics-2.jpg);"></div>
|
||||
<div class="flex flex-column justify-between">
|
||||
<div>
|
||||
<h3>How to best share your shiz</h3>
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 51 KiB After Width: | Height: | Size: 26 KiB |
BIN
ghost/admin/public/assets/img/marketing/analytics-2.jpg
Normal file
BIN
ghost/admin/public/assets/img/marketing/analytics-2.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 51 KiB |
Loading…
Reference in New Issue
Block a user