fix(aio): header anchor placement
Adjusted left-margin so that the anchor icon does not push the header in
This commit is contained in:
parent
cbe5f78c1a
commit
b0c5d21f31
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue