mirror of
https://github.com/picocss/pico.git
synced 2025-02-24 00:39:20 -05:00
24 lines
359 B
SCSS
24 lines
359 B
SCSS
/**
|
|
* Docs: Typography
|
|
*/
|
|
|
|
section > hgroup {
|
|
margin-bottom: $spacing-typography*2;
|
|
|
|
p {
|
|
color: var(--muted-text);
|
|
font-size: 1.125rem;
|
|
}
|
|
}
|
|
a[role=button] {
|
|
margin-right: $spacing-gutter/4;
|
|
margin-bottom: $spacing-typography;
|
|
}
|
|
[role=document] {
|
|
section > h1,
|
|
section > h2,
|
|
section > h3 {
|
|
line-height: 1;
|
|
}
|
|
}
|