Smooth scrolling

Navigating anchors now scrolls smoothly to the anchors,  this helps usability by having visual feedback of where the previous location was
This commit is contained in:
Paul Pacheco 2018-12-20 22:28:41 -06:00
parent 708be51743
commit 9f295e2ebf

View File

@ -20,4 +20,8 @@ h1[id]:before, h2[id]:before {
margin-top: -75px; margin-top: -75px;
height: 75px; height: 75px;
visibility: hidden; visibility: hidden;
}
html {
scroll-behavior: smooth;
} }