Skip to content

Commit

Permalink
fix: justify cards for the last line to the left
Browse files Browse the repository at this point in the history
  • Loading branch information
king8fisher committed Oct 21, 2023
1 parent f146320 commit fa580a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const UnitsPresentationFlex = styled.div`
display: flex;
flex-direction: row;
align-items: stretch;
justify-content: space-between;
justify-content: flex-start;
flex-wrap: wrap;
`;

Expand Down

0 comments on commit fa580a7

Please sign in to comment.