Skip to content

Commit

Permalink
Fix columns not being aligned (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
camilovegag authored Jun 21, 2024
1 parent e924f92 commit fcf9687
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 fcf9687

Please sign in to comment.