mirror of
https://github.com/picocss/pico.git
synced 2025-11-09 00:13:28 -05:00
This reverts commit 6a6d67dbab230a058b494f6a468ed5f4423f1c4c, reversing changes made to ba4bd765d8fb28466d816c098b03476754c13fc3.
25 lines
377 B
SCSS
25 lines
377 B
SCSS
/**
|
|
* Docs: Typography
|
|
*/
|
|
|
|
h1 {
|
|
margin-top: -0.25em;
|
|
}
|
|
|
|
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;
|
|
}
|
|
}
|