fix the bounding box of .anchors

so that they actually align with the text
This commit is contained in:
Meghan 2021-10-02 14:23:14 -07:00 committed by GitHub
parent 81899ba4f6
commit 18663d45c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,8 +91,6 @@ table.table-responsive.table-bordered {
.anchor {
display: block;
padding-top: 100px;
margin-top: -100px;
}
pre[class=highlight] {
@ -494,4 +492,4 @@ a:hover {
z-index: -1;
top: -60px;
left: 0;
}
}