Skip to content

Commit

Permalink
Update spacing above meta items in files list
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood authored Sep 10, 2024
1 parent 54f3069 commit e99f406
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/nationalarchives/components/files-list/files-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,13 @@
&__item-body {
}

&__item-meta,
&__item-description {
margin-top: spacing.space(0.25);
&__item-meta {
margin-top: spacing.space(0.5);
}

&__item-meta {}

&__item-description {
margin-top: spacing.space(0.25);

@include typography.font-size(16);
}

Expand Down

0 comments on commit e99f406

Please sign in to comment.