Skip to content

Commit

Permalink
Merge pull request #8132 from dhirajgagrai/improve_btn_position
Browse files Browse the repository at this point in the history
Improve CSS of StyledCard in developers page
  • Loading branch information
pettinarip committed Oct 5, 2022
2 parents ef56fec + 36f5b87 commit f1ec388
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ const Card: React.FC<IProps> = ({
}) => (
<Flex
direction="column"
gap="1rem"
justifyContent="space-between"
bg="ednBackground"
borderRadius="sm"
border="1px"
Expand Down

0 comments on commit f1ec388

Please sign in to comment.