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

fix anchors shift on all main website pages #18674

Merged
merged 1 commit into from
Jul 14, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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