picocss/docs/scss/content/_typography.scss

21 lines
315 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 {
2020-09-29 08:38:35 +07:00
margin-bottom: calc(var(--spacing-typography) * 2);
2019-12-11 08:46:32 +07:00
}
a[role=button] {
2020-09-29 08:38:35 +07:00
margin-right: calc(var(--spacing-typography) / 4);
margin-bottom: var(--spacing-typography);
2019-12-11 08:46:32 +07:00
}
[role=document] {
section > h1,
section > h2,
section > h3 {
line-height: 1;
}
}