fix(aio): header anchor placement

Adjusted left-margin so that the anchor icon does not push the header in
This commit is contained in:
Stefanie Fluin 2017-04-20 15:40:57 -07:00 committed by Pete Bacon Darwin
parent cbe5f78c1a
commit b0c5d21f31
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ h1, h2, h3, h4, h5, h6 {
a {
text-decoration: none;
padding-left: 8px;
margin-left: -30px;
margin-left: -50px;
display: inline-block;
vertical-align: middle;
}