From ddd18aa3754f4787608726c0ffed71eda480dbf7 Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Fri, 24 Aug 2018 16:53:18 +0200 Subject: Fix public link order and fix skip to content MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/header.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/css') diff --git a/core/css/header.scss b/core/css/header.scss index a4ea6c0d75f..1cd8e8e81b7 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -573,7 +573,8 @@ nav[role='navigation'] { background: var(--color-primary) !important; &.skip-content { - left: 253px; + left: $navigation-width; + margin-left: 3px; } &:focus, -- cgit v1.2.3