Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix contribute page anchor position shifted (#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 authored Jun 17, 2020
1 parent eddd27d commit b9118d9
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 b9118d9

Please sign in to comment.