Skip to content

Commit

Permalink
Increase height of card
Browse files Browse the repository at this point in the history
  • Loading branch information
kattylucy committed Oct 22, 2024
1 parent 0e18fe9 commit 4da76fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion centrifuge-app/src/components/PoolCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ const StyledRouterTextLink = styled(RouterTextLink)`
const StyledCard = styled(Card)`
width: 100%;
max-width: 100%;
height: 340px;
margin-right: 12px;
margin-bottom: 12px;
padding: 12px;
border: 1px solid rgba(207, 207, 207, 0.5);
height: 350px;
&:hover {
border: 1px solid ${({ theme }) => theme.colors.textPrimary};
Expand Down

0 comments on commit 4da76fe

Please sign in to comment.