From fbbb68caac463ca6b121ab515b021d39010c3070 Mon Sep 17 00:00:00 2001 From: Yannick Armand Date: Fri, 2 Feb 2024 23:24:50 +0100 Subject: [PATCH] Skip link CSS: fix whitespaces --- src/scss/custom/layout/_header-top.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/scss/custom/layout/_header-top.scss b/src/scss/custom/layout/_header-top.scss index 3f22edd61..2d8a8e1f3 100644 --- a/src/scss/custom/layout/_header-top.scss +++ b/src/scss/custom/layout/_header-top.scss @@ -28,13 +28,13 @@ $component-name: header-top; .skip-link { &__wrapper { - @include visually-hidden-focusable; + @include visually-hidden-focusable; } &__btn { - position: absolute; - top: 1em; - left: 1em; - z-index: 200; + position: absolute; + top: 1em; + left: 1em; + z-index: 200; } }