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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user