From 2506744683bc5323dcacef6acc19ba7fb512a607 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Thu, 9 Dec 2021 14:20:55 -0600 Subject: [PATCH] add vertical scroll offset so that anchor links account for the top nav bar --- assets/sass/_custom.scss | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 assets/sass/_custom.scss diff --git a/assets/sass/_custom.scss b/assets/sass/_custom.scss new file mode 100644 index 0000000..e44a4a1 --- /dev/null +++ b/assets/sass/_custom.scss @@ -0,0 +1,3 @@ +html, body { + scroll-padding-top: 80px; +} \ No newline at end of file