mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 10:56:16 +01:00
fix(style): h1 line-weight
This commit is contained in:
parent
4cdd6aa07a
commit
9625ffa304
2 changed files with 5 additions and 1 deletions
|
@ -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
Loading…
Reference in a new issue