Skip to content

Commit

Permalink
WCAG 2.2 - updates padding for breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
oisa committed Nov 13, 2024
1 parent 03eeff1 commit f99c764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/breadcrumbs/_breadcrumbs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

a {
font-weight: var(--nsw-font-normal);
padding: rem(3px) 0;
padding: rem(2px) 0;

&.current {
text-decoration: none;
Expand Down

0 comments on commit f99c764

Please sign in to comment.