Skip to content

Commit

Permalink
Merge pull request #1355 from nektro/patch-1
Browse files Browse the repository at this point in the history
fix the bounding box of `.anchor`s
  • Loading branch information
dbaeumer authored Oct 19, 2021
2 parents ccd72d6 + 18663d4 commit c29061c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ table.table-responsive.table-bordered {

.anchor {
display: block;
padding-top: 100px;
margin-top: -100px;
}

pre[class=highlight] {
Expand Down Expand Up @@ -494,4 +492,4 @@ a:hover {
z-index: -1;
top: -60px;
left: 0;
}
}

0 comments on commit c29061c

Please sign in to comment.