fix(style): h1 line-weight
This commit is contained in:
@@ -11,6 +11,10 @@ html {
|
|||||||
main [id] {
|
main [id] {
|
||||||
scroll-margin-top: calc(var(--header-height) + .5rem);
|
scroll-margin-top: calc(var(--header-height) + .5rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
line-height: 125%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* scrollbar, only support webkit */
|
/* scrollbar, only support webkit */
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user