Skip to content

Commit

Permalink
Skip link CSS: fix whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
yannicka committed Feb 2, 2024
1 parent 00fba10 commit fbbb68c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/scss/custom/layout/_header-top.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

0 comments on commit fbbb68c

Please sign in to comment.