Skip to content

Commit 02bb985

Browse files
committed
adjust spacing in sections + reverse the last section in the gray area to make it consistent
1 parent b381530 commit 02bb985

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/pages/what-is-ethereum.tsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ const WhatIsEthereumPage = ({
757757
</Section>
758758

759759
<Section>
760-
<TwoColumnContent>
760+
<TwoColumnContent className="lg:flex-row-reverse">
761761
<Width40>
762762
<Image400 src={diffEthAndBtc} />
763763
</Width40>
@@ -776,7 +776,7 @@ const WhatIsEthereumPage = ({
776776
</Section>
777777
</div>
778778

779-
<Content>
779+
<Section>
780780
<H2>{t("page-what-is-ethereum-additional-reading")}</H2>
781781
<Stack className="mb-4 gap-6">
782782
<p>
@@ -799,9 +799,9 @@ const WhatIsEthereumPage = ({
799799
{t("page-what-is-ethereum-kernel-dreamers-desc")}
800800
</p>
801801
</Stack>
802-
</Content>
802+
</Section>
803803

804-
<Content>
804+
<Section>
805805
<Column>
806806
<H2>{t("page-what-is-ethereum-explore")}</H2>
807807
</Column>
@@ -835,15 +835,15 @@ const WhatIsEthereumPage = ({
835835
</div>
836836
</Callout>
837837
</CardContainer>
838-
</Content>
838+
</Section>
839839

840-
<Content>
840+
<Section>
841841
<StandaloneQuizWidget quizKey="what-is-ethereum" />
842-
</Content>
842+
</Section>
843843

844-
<Content>
844+
<Section>
845845
<FeedbackCard />
846-
</Content>
846+
</Section>
847847
</MainArticle>
848848
</VStack>
849849
)

0 commit comments

Comments
 (0)