From 6275346871af77c8fb48f0d6bfdd5ddc814b9a31 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Tue, 23 Feb 2021 16:49:03 +0200 Subject: [PATCH] fix(docs-infra): increase margin of header-links (#40944) This change has been extracted from #36045. Co-authored-by: Stefanie Fluin PR Close #40944 --- 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 a241df68e2..d6ddc3dae1 100644 --- a/aio/src/styles/2-modules/_heading-anchors.scss +++ b/aio/src/styles/2-modules/_heading-anchors.scss @@ -3,7 +3,7 @@ .header-link { color: $mediumgray; - margin: 0 4px; + margin: 0 6px; text-decoration: none; user-select: none; visibility: hidden;