diff --git a/assets/css/responsiveness.scss b/assets/css/responsiveness.scss index 9656ed6..6d0d1c8 100644 --- a/assets/css/responsiveness.scss +++ b/assets/css/responsiveness.scss @@ -58,6 +58,11 @@ line-height: 1.6em; } + /* skip the top menu when scrolling */ + .post-holder .post { + scroll-margin-top: 48px; + } + .post-template .post { padding-bottom: 1rem; }