mirror of
https://github.com/bitwarden/help
synced 2025-12-11 13:53:26 +00:00
help anchor offset fix (#157)
This commit is contained in:
@@ -11,6 +11,13 @@ body {
|
|||||||
padding-top: 81px;
|
padding-top: 81px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:target::before {
|
||||||
|
content: '';
|
||||||
|
display: block;
|
||||||
|
height: 91px;
|
||||||
|
margin-top: -91px;
|
||||||
|
}
|
||||||
|
|
||||||
.navbar-brand {
|
.navbar-brand {
|
||||||
@media(min-width:$screen-sm) {
|
@media(min-width:$screen-sm) {
|
||||||
.fa {
|
.fa {
|
||||||
|
|||||||
Reference in New Issue
Block a user