[ci] yarn format
This commit is contained in:
parent
cfc72ae17d
commit
aa20be9138
1 changed files with 8 additions and 2 deletions
|
@ -44,13 +44,19 @@ nav ul {
|
|||
}
|
||||
|
||||
/* Typography */
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
margin-bottom: 1rem;
|
||||
font-weight: bold;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
h1, h2 {
|
||||
h1,
|
||||
h2 {
|
||||
max-width: 40ch;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue