pico/docs/scss/content/_typography.scss
2019-11-28 21:51:58 +07:00

19 lines
289 B
SCSS

/**
* Docs: Typography
*/
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;
}
}