Skip to content

Commit 7f0fbf5

Browse files
committed
fix diagram placement
1 parent e07c63c commit 7f0fbf5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/Trilemma/index.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ const Trilemma = () => {
2626
return (
2727
<Flex className="flex-col items-center justify-between space-y-8 lg:flex-row lg:space-x-12 lg:space-y-0">
2828
<Stack className="mt-16 space-y-8 md:mx-12 md:mt-20 lg:mb-20 lg:mr-0 lg:flex-[0_1_500px]">
29-
<h2 className="text-4xl font-bold">
30-
{t("page-roadmap-vision-trilemma-h2")}
31-
</h2>
29+
<h2>{t("page-roadmap-vision-trilemma-h2")}</h2>
3230
<VStack className="space-y-6">
3331
<p>{t("page-roadmap-vision-trilemma-p")}</p>
3432
<p>{t("page-roadmap-vision-trilemma-p-1")}</p>
@@ -62,7 +60,9 @@ const Trilemma = () => {
6260
</SheetContent>
6361
</Sheet>
6462

65-
<TriangleSVG {...triangleSVGProps} />
63+
<div>
64+
<TriangleSVG {...triangleSVGProps} />
65+
</div>
6666
</Flex>
6767
)
6868
}

0 commit comments

Comments
 (0)