Skip to content

Commit f226341

Browse files
committed
fix margin
1 parent 7acc2e3 commit f226341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/stablecoins.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ const StablecoinsPage = ({ markets, marketsHasError }) => {
463463
</Box>
464464
))}
465465
</Box>
466-
<GhostCard className="mb-0 mt-16 max-w-[640px] lg:mb-8 lg:mt-2">
466+
<GhostCard className="me-0 mt-16 max-w-[640px] lg:me-8 lg:mt-2">
467467
<Emoji text=":pizza:" className="text-5xl" />
468468
<H3>{t("page-stablecoins-bitcoin-pizza")}</H3>
469469
<Text>{t("page-stablecoins-bitcoin-pizza-body")} </Text>

0 commit comments

Comments
 (0)