Skip to content

Commit

Permalink
Fix all anchor shifts on website (apache#18674)
Browse files Browse the repository at this point in the history
  • Loading branch information
ys2843 committed Sep 8, 2020
1 parent 0a21657 commit f288050
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions docs/static_site/src/_sass/minima/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -250,14 +250,14 @@

.page-content {
height: 100%;
padding: $spacing-unit 0, 0;
padding: $spacing-unit 0 0;
flex: 1;
margin-top: 100px;
}

.page-content-home {
height: 100%;
padding: $spacing-unit 0, 0;
padding: $spacing-unit 0 0;
margin-top: 100px;
}

Expand Down Expand Up @@ -365,13 +365,7 @@
}
}

#forum::before,
#mxnet-dev-communications::before,
#social-media::before,
#jira::before,
#confluence-wiki::before,
#setup-mxnet-for-development::before,
#your-first-contribution::before {
:target::before {
display: block;
content: " ";
margin-top: -86px;
Expand Down

0 comments on commit f288050

Please sign in to comment.