From 750552db8d756ac3a45af0d384a1b74d7c040024 Mon Sep 17 00:00:00 2001 From: David Choi Date: Fri, 14 Aug 2020 10:32:23 -0500 Subject: [PATCH] help anchor offset fix (#157) --- _sass/_help.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/_sass/_help.scss b/_sass/_help.scss index 60c13f3b..95c1c284 100644 --- a/_sass/_help.scss +++ b/_sass/_help.scss @@ -11,6 +11,13 @@ body { padding-top: 81px; } +:target::before { + content: ''; + display: block; + height: 91px; + margin-top: -91px; +} + .navbar-brand { @media(min-width:$screen-sm) { .fa {