Skip to content

Commit

Permalink
Merge pull request #2030 from GSA/2016-design-qa-tweaks
Browse files Browse the repository at this point in the history
update font-size of eligiblity list
  • Loading branch information
scottqueen-bixal authored Jan 6, 2025
2 parents 2264bd3 + ae86b2b commit 7e17612
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,18 @@
@include list-items;

line-height: normal;
font-size: rem(16px);
}
}
}

.bf-unmet-criteria-group {
padding: rem(18px) 0 0 rem(10px);

@media (width >= $desktop) {
padding-top: rem(24px);
padding-left: rem(24px);
}
@media (width >= $desktop) {
padding-top: rem(24px);
padding-left: rem(24px);
}

.bf-unmet-criteria-title {
@include h5($font-family: 'sans');
Expand Down

0 comments on commit 7e17612

Please sign in to comment.