[ci] yarn format

This commit is contained in:
FredKSchott 2021-08-12 21:52:05 +00:00 committed by GitHub Actions
parent cfc72ae17d
commit aa20be9138

View file

@ -44,13 +44,19 @@ nav ul {
} }
/* Typography */ /* Typography */
h1, h2, h3, h4, h5, h6 { h1,
h2,
h3,
h4,
h5,
h6 {
margin-bottom: 1rem; margin-bottom: 1rem;
font-weight: bold; font-weight: bold;
line-height: 1; line-height: 1;
} }
h1, h2 { h1,
h2 {
max-width: 40ch; max-width: 40ch;
} }