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