Skip to content

Commit

Permalink
πŸ’„ Fix news cards width #1928 (#2001)
Browse files Browse the repository at this point in the history
  • Loading branch information
padms authored Jan 18, 2024
1 parent 539b41a commit c17a63f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ const StyledPeopleCard = styled(PeopleCard)`
const CardWrapper = styled.div`
display: flex;
min-width: 280px;
max-width: var(--card-maxWidth);
width: 100%;
`

Expand Down

0 comments on commit c17a63f

Please sign in to comment.