Skip to content

Commit

Permalink
[DOR-79] Fix sidebar / jumplinks focus state being cut off (#1589)
Browse files Browse the repository at this point in the history
  • Loading branch information
janehughes authored Mar 28, 2024
1 parent a9cb65f commit f4bf30b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sass/includes/_jumplinks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@
&__heading {
@include font-size(xl);
font-family: $font__body;
padding: 0 0.5rem;
margin: 0;
}

&__list {
padding-right: 0.5rem;
padding: 0 0.5rem;
list-style: none;
}

Expand Down

0 comments on commit f4bf30b

Please sign in to comment.