Skip to content

Commit

Permalink
Merge pull request #1660 from cfpb/ans_card_centering
Browse files Browse the repository at this point in the history
Add `justify-content: center` to cards
  • Loading branch information
anselmbradford authored Jun 23, 2023
2 parents 2a7847e + 9dccfde commit e98f9e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cfpb-layout/src/organisms/card-group.less
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ _:-ms-lang(x),
.o-card-group_cards {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
}
}
Expand Down

0 comments on commit e98f9e0

Please sign in to comment.