pico/docs/scss/content/_typography.scss

20 lines
240 B
SCSS
Raw Normal View History

2019-11-27 22:10:02 +07:00
/**
* Docs: Typography
*/
h1 {
margin-top: -0.25em;
}
2019-12-11 08:46:32 +07:00
section > hgroup {
2021-07-02 16:54:41 +07:00
margin-bottom: calc(var(--typography-spacing-vertical) * 2);
2019-12-11 08:46:32 +07:00
}
2021-10-24 12:33:20 +07:00
[role="document"] {
2019-12-11 08:46:32 +07:00
section > h1,
section > h2,
section > h3 {
line-height: 1;
}
}