Skip to content

Commit 96badf4

Browse files
Merge branch 'dev' into refactor/trilemma-chakra-updates
2 parents 6cfa88e + 6930d2c commit 96badf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Trilemma/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ const Trilemma: React.FC<IProps> = () => {
6262
<Text>
6363
<Translation id="page-roadmap-vision-trilemma-p-2" />
6464
</Text>
65-
<Text fontWeight={600} hideFrom="lg">
65+
<Text fontWeight={600} hideFrom={lgBp}>
6666
<Translation id="page-roadmap-vision-trilemma-modal-tip" />:
6767
</Text>
6868
</Box>
69-
<Card {...cardDetail} minH="300px" hideBelow="lg" />
69+
<Card {...cardDetail} mt={8} minH="300px" hideBelow={lgBp} />
7070
</Stack>
7171
<Hide above="lg">
7272
<Drawer

0 commit comments

Comments
 (0)