fix: font family style

This commit is contained in:
Dillon
2022-05-15 23:41:35 +08:00
parent de88a28db7
commit b79ebc8141
10 changed files with 59 additions and 37 deletions

View File

@@ -9,7 +9,7 @@ html {
scroll-behavior: smooth;
main [id] {
scroll-margin-top: $header-height + .5rem;
scroll-margin-top: calc(var(--header-height) + .5rem);
}
}