add smooth scrolling for table-of-content navigation by default
This commit is contained in:
parent
601bfabde1
commit
2802bad985
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
html {
|
||||
font-size: $font-size-base;
|
||||
letter-spacing: 0.33px;
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
html,
|
||||
|
|
Loading…
Reference in a new issue