mirror of
https://github.com/picocss/pico.git
synced 2025-02-24 00:39:20 -05:00
21 lines
342 B
SCSS
21 lines
342 B
SCSS
/**
|
|
* Docs: Typography
|
|
*/
|
|
|
|
section > hgroup {
|
|
margin-bottom: calc(var(--typography-spacing-vertical) * 2);
|
|
}
|
|
|
|
a[role=button] {
|
|
margin-right: calc(var(--typography-spacing-vertical) / 4);
|
|
margin-bottom: var(--typography-spacing-vertical);
|
|
}
|
|
|
|
[role=document] {
|
|
section > h1,
|
|
section > h2,
|
|
section > h3 {
|
|
line-height: 1;
|
|
}
|
|
}
|