Skip to content

Commit

Permalink
Update src/components/Trilemma/index.tsx
Browse files Browse the repository at this point in the history
it's better with the spacing

Co-authored-by: Paul Wackerow <[email protected]>
  • Loading branch information
nloureiro and wackerow authored Mar 26, 2024
1 parent c891be7 commit 048ce66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Trilemma/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const Trilemma = () => {
{t("page-roadmap-vision-trilemma-modal-tip")}:
</Text>
</Flex>
<Card {...cardDetail} minH="300px" hideBelow="lg" />
<Card {...cardDetail} minH="300px" hideBelow="lg" mt="6" />
</Stack>
<Hide above="lg">
<Drawer
Expand Down

0 comments on commit 048ce66

Please sign in to comment.