1
0
mirror of https://github.com/bitwarden/help synced 2025-12-10 13:23:16 +00:00

help anchor offset fix (#157)

This commit is contained in:
David Choi
2020-08-14 10:32:23 -05:00
committed by GitHub
parent 80d484c16e
commit 750552db8d

View File

@@ -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 {