Skip to content

Commit

Permalink
Fix columns not being aligned
Browse files Browse the repository at this point in the history
  • Loading branch information
camilovegag committed Jun 21, 2024
1 parent fd0d1bc commit 96a9537
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ export const Hearts = styled(FlexRow)`
`;

export const Plurality = styled(FlexRow)`
max-width: 5.5rem;
max-width: 5rem;
padding: 1.5rem;
`;

0 comments on commit 96a9537

Please sign in to comment.