Skip to content

Commit

Permalink
Merge pull request #11687 from snowden-fu/dev
Browse files Browse the repository at this point in the history
Fix: padding of "What can Ethereum do?" section
  • Loading branch information
corwintines authored Feb 12, 2024
2 parents 9bb465a + b6d4bf7 commit 06bbd24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/what-is-ethereum.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ const WhatIsEthereumPage = ({
<br />
<br />

<Section>
<Box>
<H2>{t("page-what-is-ethereum-what-can-eth-do-title")}</H2>
<CardContainer>
{cards.map((card, idx) => (
Expand All @@ -386,7 +386,7 @@ const WhatIsEthereumPage = ({
/>
))}
</CardContainer>
</Section>
</Box>

<TwoColumnContent>
<Width60>
Expand Down

0 comments on commit 06bbd24

Please sign in to comment.