pico/docs/scss/content/_typography.scss

21 lines
277 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 {
margin-bottom: $spacing-typography*2;
}
a[role=button] {
margin-right: $spacing-gutter/4;
margin-bottom: $spacing-typography;
}
[role=document] {
section > h1,
section > h2,
section > h3 {
line-height: 1;
}
}