From eb3bfc25be73e2da21a4a8b082c992fc54b7a983 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Tue, 16 Jan 2018 10:19:26 +0200 Subject: [PATCH] fix(aio): ensure header-links are visible at <600px (#21695) PR Close #21695 --- aio/src/styles/2-modules/_heading-anchors.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/aio/src/styles/2-modules/_heading-anchors.scss b/aio/src/styles/2-modules/_heading-anchors.scss index e641b3782a..b1a310f933 100644 --- a/aio/src/styles/2-modules/_heading-anchors.scss +++ b/aio/src/styles/2-modules/_heading-anchors.scss @@ -13,6 +13,11 @@ text-decoration: none; vertical-align: middle; visibility: hidden; + + @media (max-width: 600px) { + float: right; + margin-left: 0; + } } &:hover .header-link {