We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6cfa88e + 6930d2c commit 96badf4Copy full SHA for 96badf4
src/components/Trilemma/index.tsx
@@ -62,11 +62,11 @@ const Trilemma: React.FC<IProps> = () => {
62
<Text>
63
<Translation id="page-roadmap-vision-trilemma-p-2" />
64
</Text>
65
- <Text fontWeight={600} hideFrom="lg">
+ <Text fontWeight={600} hideFrom={lgBp}>
66
<Translation id="page-roadmap-vision-trilemma-modal-tip" />:
67
68
</Box>
69
- <Card {...cardDetail} minH="300px" hideBelow="lg" />
+ <Card {...cardDetail} mt={8} minH="300px" hideBelow={lgBp} />
70
</Stack>
71
<Hide above="lg">
72
<Drawer
0 commit comments