From b0c5d21f31b88d4a1c7ebf0e3cd40d3062f8905d Mon Sep 17 00:00:00 2001 From: Stefanie Fluin Date: Thu, 20 Apr 2017 15:40:57 -0700 Subject: [PATCH] fix(aio): header anchor placement Adjusted left-margin so that the anchor icon does not push the header in --- aio/src/styles/2-modules/_heading-anchors.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/src/styles/2-modules/_heading-anchors.scss b/aio/src/styles/2-modules/_heading-anchors.scss index e186bcc21a..ef4d85b4e0 100644 --- a/aio/src/styles/2-modules/_heading-anchors.scss +++ b/aio/src/styles/2-modules/_heading-anchors.scss @@ -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; }