fix(style): h1 line-weight

This commit is contained in:
Dillon 2022-06-28 22:37:25 +08:00
parent 4cdd6aa07a
commit 9625ffa304
No known key found for this signature in database
GPG key ID: 0EF4AE57FB98F108
2 changed files with 5 additions and 1 deletions

View file

@ -11,6 +11,10 @@ html {
main [id] {
scroll-margin-top: calc(var(--header-height) + .5rem);
}
h1 {
line-height: 125%;
}
}
/* scrollbar, only support webkit */

File diff suppressed because one or more lines are too long