pico/docs/scss/content/_typography.scss

21 lines
346 B
SCSS
Raw Normal View History

2019-11-27 22:10:02 +07:00
/**
* Docs: Typography
*/
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
a[role="button"] {
2021-07-02 16:54:41 +07:00
margin-right: calc(var(--typography-spacing-vertical) / 4);
margin-bottom: var(--typography-spacing-vertical);
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;
}
}