Skip to content

Commit 17d9b62

Browse files
authored
Merge pull request #9 from TryGhost/zimo-refinements
Updated heading font sizes
2 parents a54c551 + ae053dc commit 17d9b62

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

assets/built/casper.js

100644100755
File mode 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: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ button.gh-form-input {
375375

376376
.gh-navigation-logo {
377377
position: relative;
378-
font-size: calc(2.6rem * var(--factor, 1));
378+
font-size: calc(2.4rem * var(--factor, 1));
379379
font-weight: 725;
380380
letter-spacing: -0.015em;
381381
white-space: nowrap;
@@ -950,7 +950,7 @@ Search LOGO Login Subscribe
950950
}
951951

952952
.gh-header.is-magazine .gh-header-inner > .gh-card .gh-card-title {
953-
font-size: clamp(3.2rem, 1.36vw + 2.65rem, 4.4rem);
953+
font-size: clamp(2.8rem, 1.36vw + 2.25rem, 4rem);
954954
font-weight: 700;
955955
line-height: 1.1;
956956
letter-spacing: -0.022em;
@@ -1083,7 +1083,7 @@ Search LOGO Login Subscribe
10831083
}
10841084

10851085
.gh-header.is-highlight .gh-header-left .gh-card .gh-card-title {
1086-
font-size: clamp(3.2rem, 1.82vw + 2.47rem, 4.8rem);
1086+
font-size: clamp(2.8rem, 1.36vw + 2.25rem, 4rem);
10871087
font-weight: 700;
10881088
line-height: 1.1;
10891089
letter-spacing: -0.022em;
@@ -1234,12 +1234,12 @@ Search LOGO Login Subscribe
12341234
align-items: center;
12351235
gap: 48px;
12361236
margin: auto;
1237-
max-width: 1080px;
1237+
max-width: 1020px;
12381238
text-align: center;
12391239
}
12401240

12411241
.gh-header.is-classic .gh-header-title {
1242-
font-size: calc(clamp(3.2rem, 2.27vw + 2.29rem, 5.2rem) * var(--factor, 1));
1242+
font-size: calc(clamp(3rem, 1.82vw + 2.27rem, 4.6rem) * var(--factor, 1));
12431243
line-height: 1.1;
12441244
letter-spacing: -0.028em;
12451245
}
@@ -1308,7 +1308,7 @@ Search LOGO Login Subscribe
13081308
}
13091309

13101310
.gh-cta-title {
1311-
font-size: 4.6rem;
1311+
font-size: clamp(2.8rem,1.36vw + 2.25rem,4rem);
13121312
font-weight: 700;
13131313
line-height: 1.1;
13141314
letter-spacing: -0.021em;
@@ -2330,7 +2330,6 @@ figcaption a {
23302330
}
23312331

23322332
.has-slab-title .gh-header.is-classic .gh-header-title {
2333-
font-size: calc(clamp(3.2rem, 2.27vw + 2.29rem, 5.2rem) * var(--factor, 1));
23342333
letter-spacing: -0.01em;
23352334
}
23362335

@@ -2477,7 +2476,7 @@ figcaption a {
24772476

24782477
.gh-footer-logo {
24792478
position: relative;
2480-
font-size: calc(2.6rem * var(--factor, 1));
2479+
font-size: calc(2.4rem * var(--factor, 1));
24812480
font-weight: 725;
24822481
letter-spacing: -0.015em;
24832482
white-space: nowrap;
@@ -2517,15 +2516,15 @@ figcaption a {
25172516
}
25182517

25192518
.gh-footer-signup-header {
2520-
font-size: calc(clamp(3.2rem, 1.82vw + 2.47rem, 4.8rem) * var(--factor, 1));
2519+
font-size: calc(clamp(2.8rem,1.36vw + 2.25rem,4rem) * var(--factor, 1));
25212520
font-weight: 700;
25222521
letter-spacing: -0.03em;
25232522
}
25242523

25252524
.gh-footer-signup-subhead {
25262525
margin-top: 12px;
25272526
max-width: 640px;
2528-
font-size: clamp(1.6rem, 0.45vw + 1.42rem, 2rem);
2527+
font-size: 1.8rem;
25292528
font-weight: 450;
25302529
line-height: 1.4;
25312530
letter-spacing: -0.014em;

0 commit comments

Comments
 (0)