add smooth scrolling for table-of-content navigation by default

This commit is contained in:
Nick Shine 2018-11-25 18:14:03 -06:00 committed by Alexander Shpak
parent 601bfabde1
commit 2802bad985

View file

@ -5,6 +5,7 @@
html { html {
font-size: $font-size-base; font-size: $font-size-base;
letter-spacing: 0.33px; letter-spacing: 0.33px;
scroll-behavior: smooth;
} }
html, html,