Skip to content

Commit

Permalink
fix contribute page anchor position shifted (apache#18571)
Browse files Browse the repository at this point in the history
Co-authored-by: Yang Shi <[email protected]>
  • Loading branch information
Yang Shi and ys2843 committed Sep 23, 2020
1 parent 881cb95 commit 2c78a89
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/static_site/src/_sass/minima/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -364,3 +364,18 @@
color: $grey-color-light;
}
}

#forum::before,
#mxnet-dev-communications::before,
#social-media::before,
#jira::before,
#confluence-wiki::before,
#setup-mxnet-for-development::before,
#your-first-contribution::before {
display: block;
content: " ";
margin-top: -86px;
height: 86px;
visibility: hidden;
pointer-events: none;
}

0 comments on commit 2c78a89

Please sign in to comment.