add vertical scroll offset so that anchor links account for the top nav bar

This commit is contained in:
John Bowdre 2021-12-09 14:20:55 -06:00
parent cddbcf1558
commit 2506744683

3
assets/sass/_custom.scss Normal file
View file

@ -0,0 +1,3 @@
html, body {
scroll-padding-top: 80px;
}