Skip to content

Commit

Permalink
Adjust padding and spacing on sidebar items
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Sep 5, 2024
1 parent 452fb7b commit 2431ec4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/nationalarchives/components/sidebar/sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,12 @@
* Sections
* ------------------------------------------
*/
&--sections &__items {
line-height: 1.35;
}

&--sections &__link {
padding: spacing.space(0.125) spacing.space(0.5);
padding: spacing.space(0.25) spacing.space(0.5);

display: block;
}
Expand Down

0 comments on commit 2431ec4

Please sign in to comment.