Skip to content

Commit

Permalink
Adjust minimum font size from 14 to 16 for document list attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Feb 5, 2024
1 parent d2ffad2 commit 961636b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/document-list/_document-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}

.app-document-list__attribute {
@include govuk-font($size: 14);
@include govuk-font($size: 16);
color: $govuk-secondary-text-colour;
display: inline-block;
margin: 0;
Expand Down

0 comments on commit 961636b

Please sign in to comment.