Skip to content

Commit

Permalink
Merge pull request #8420 from cfpb/tccp/uppercase-institutions
Browse files Browse the repository at this point in the history
TCCP: Make institution names uppercase in results
  • Loading branch information
chosak committed May 15, 2024
2 parents ceef705 + 8d93f0a commit 6d28be4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cfgov/unprocessed/apps/tccp/css/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
color: var(--gray);
font-size: unit((16px / @base-font-size-px), rem);
font-weight: 400;
text-transform: uppercase;
}

.m-card__subtitle {
Expand Down

0 comments on commit 6d28be4

Please sign in to comment.