Skip to content

Commit 8b5408b

Browse files
committed
style: headings
1 parent 319e48b commit 8b5408b

10 files changed

+33
-29
lines changed

css/pico.classless.css

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.classless.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.

css/pico.classless.min.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.

css/pico.css

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.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.

css/pico.fluid.classless.css

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.fluid.classless.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.

css/pico.fluid.classless.min.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.

css/pico.min.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.

scss/themes/default/_styles.scss

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -290,36 +290,37 @@
290290

291291
h1 {
292292
#{$css-var-prefix}font-size: 2rem;
293-
#{$css-var-prefix}line-height: 1.25;
293+
#{$css-var-prefix}line-height: 1.125;
294294
#{$css-var-prefix}typography-spacing-top: 3rem;
295295
}
296296

297297
h2 {
298298
#{$css-var-prefix}font-size: 1.75rem;
299-
#{$css-var-prefix}line-height: 1.3;
299+
#{$css-var-prefix}line-height: 1.15;
300300
#{$css-var-prefix}typography-spacing-top: 2.625rem;
301301
}
302302

303303
h3 {
304304
#{$css-var-prefix}font-size: 1.5rem;
305-
#{$css-var-prefix}line-height: 1.35;
305+
#{$css-var-prefix}line-height: 1.175;
306306
#{$css-var-prefix}typography-spacing-top: 2.25rem;
307307
}
308308

309309
h4 {
310310
#{$css-var-prefix}font-size: 1.25rem;
311-
#{$css-var-prefix}line-height: 1.4;
311+
#{$css-var-prefix}line-height: 1.2;
312312
#{$css-var-prefix}typography-spacing-top: 1.874rem;
313313
}
314314

315315
h5 {
316316
#{$css-var-prefix}font-size: 1.125rem;
317-
#{$css-var-prefix}line-height: 1.45;
317+
#{$css-var-prefix}line-height: 1.225;
318318
#{$css-var-prefix}typography-spacing-top: 1.6875rem;
319319
}
320320

321321
h6 {
322322
#{$css-var-prefix}font-size: 1rem;
323+
#{$css-var-prefix}line-height: 1.25;
323324
#{$css-var-prefix}typography-spacing-top: 1.5rem;
324325
}
325326
}

0 commit comments

Comments
 (0)