Skip to content

Commit 0b6c6d6

Browse files
committed
Update docs
1 parent ed0850e commit 0b6c6d6

2 files changed

Lines changed: 12 additions & 11 deletions

File tree

docs-site/src/css/custom.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@
108108
max-width: 780px;
109109
margin: 0;
110110
color: var(--pr-ink);
111-
font-size: clamp(1.9rem, 4.5vw, 3.6rem);
112-
line-height: 1;
111+
font-size: clamp(1.65rem, 3.7vw, 3rem);
112+
line-height: 1.08;
113113
letter-spacing: -0.045em;
114114
}
115115

@@ -118,8 +118,8 @@
118118
max-width: 760px;
119119
margin: 1rem 0 0;
120120
color: var(--pr-muted);
121-
font-size: 1.08rem;
122-
line-height: 1.65;
121+
font-size: 1rem;
122+
line-height: 1.58;
123123
}
124124

125125
.phenoEyebrow,

docs-site/src/pages/index.module.css

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
.copy h1 {
5050
max-width: 860px;
5151
margin: 0;
52-
font-size: clamp(2.35rem, 5vw, 4.7rem);
53-
line-height: 1.02;
52+
font-size: clamp(2.1rem, 4.4vw, 4.25rem);
53+
line-height: 1.05;
5454
letter-spacing: -0.045em;
5555
}
5656

@@ -65,10 +65,10 @@
6565

6666
.lede {
6767
max-width: 720px;
68-
margin: 1.45rem 0 2rem;
68+
margin: 1.25rem 0 1.9rem;
6969
color: rgba(255, 255, 255, 0.84);
70-
font-size: 1.22rem;
71-
line-height: 1.64;
70+
font-size: 1.08rem;
71+
line-height: 1.58;
7272
}
7373

7474
.lede code {
@@ -224,14 +224,15 @@
224224

225225
.card h2 {
226226
color: white;
227-
font-size: 1.28rem;
227+
font-size: 1.18rem;
228228
margin: 0;
229229
}
230230

231231
.card p {
232232
margin: 0;
233233
color: rgba(255, 255, 255, 0.76);
234-
line-height: 1.55;
234+
font-size: 0.94rem;
235+
line-height: 1.5;
235236
}
236237

237238
@media (max-width: 980px) {

0 commit comments

Comments
 (0)