Skip to content

Commit 414ce4d

Browse files
Typography adjustments
1 parent 0bc087e commit 414ce4d

File tree

4 files changed

+15
-10
lines changed

4 files changed

+15
-10
lines changed

assets/built/screen.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/built/screen.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/screen.css

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1552,9 +1552,9 @@ Search LOGO Login Subscribe
15521552
display: none;
15531553
grid-column: 1 / -1;
15541554
margin-top: 48px;
1555-
font-size: calc(2.4rem * var(--factor, 1));
1555+
font-size: calc(1.9rem * var(--factor, 1));
15561556
font-weight: 725;
1557-
letter-spacing: -0.019em;
1557+
letter-spacing: -0.014em;
15581558
}
15591559

15601560
.gh-container.has-sidebar .gh-more {
@@ -1572,8 +1572,13 @@ Search LOGO Login Subscribe
15721572
}
15731573

15741574
.gh-more svg {
1575-
width: 24px;
1576-
height: 24px;
1575+
margin-top: -1px;
1576+
width: 18px;
1577+
height: 18px;
1578+
}
1579+
1580+
.has-serif-title .gh-more svg {
1581+
margin-top: 0;
15771582
}
15781583

15791584
/* 11.1. With sidebar */
@@ -1936,7 +1941,7 @@ created within the Ghost editor. The main content handles
19361941
headings, text, images and lists. We deal with cards lower down. */
19371942

19381943
.gh-content {
1939-
font-size: calc(var(--content-font-size, 1.7rem) * var(--factor, 1));
1944+
font-size: var(--content-font-size, 1.7rem);
19401945
letter-spacing: -0.01em;
19411946
}
19421947

@@ -1997,7 +2002,7 @@ unless a heading is the very first element in the post content */
19972002
.has-serif-body .gh-content .kg-toggle-content > ol,
19982003
.has-serif-body .gh-content .kg-toggle-content > ul,
19992004
.has-serif-body .gh-content .kg-toggle-content > p {
2000-
font-family: var(--font-serif);
2005+
font-family: var(--font-serif-alt);
20012006
}
20022007

20032008
.gh-content :is(ul, ol) {
@@ -2485,7 +2490,7 @@ figcaption a {
24852490
}
24862491

24872492
.has-serif-body {
2488-
--content-font-size: 1.8rem;
2493+
--content-font-size: 1.9rem;
24892494
}
24902495

24912496
.has-serif-body .gh-card-excerpt {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"defaults"
6262
],
6363
"config": {
64-
"posts_per_page": 24,
64+
"posts_per_page": 16,
6565
"image_sizes": {
6666
"xxs": {
6767
"width": 30

0 commit comments

Comments
 (0)