Skip to content

Commit 0a256ec

Browse files
authored
Merge pull request #15724 from ethereum/claude/issue-15718-20250625_142515
fix: update community page 'why get involved' section styling
2 parents 90fe063 + 206d5a3 commit 0a256ec

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

app/[locale]/community/_components/community.tsx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,12 @@ const CommunityPage = () => {
160160
<Page>
161161
<HubHero {...heroContent} />
162162
<Divider />
163-
<Flex className="-mt-px h-full w-full flex-row-reverse items-center border-b border-b-border-high-contrast bg-[#ccfcff] py-8 ps-0 lg:h-[720px] lg:py-0 lg:ps-8 dark:bg-[#293233]">
164-
<Content>
165-
<Flex className="mb-8 flex-col items-center">
166-
<H2>{t("page-community-why-get-involved-title")}</H2>
163+
<Flex className="-mt-px w-full flex-row-reverse items-center border-b border-b-border-high-contrast py-8 ps-0 lg:py-0 lg:ps-8">
164+
<div className="mb-12 w-full px-8 py-4">
165+
<Flex className="flex-col items-center">
166+
<H2 className="lg:text-4xl">
167+
{t("page-community-why-get-involved-title")}
168+
</H2>
167169
</Flex>
168170
<CardContainer>
169171
{whyGetInvolvedCards.map((card, idx) => (
@@ -176,7 +178,7 @@ const CommunityPage = () => {
176178
/>
177179
))}
178180
</CardContainer>
179-
</Content>
181+
</div>
180182
</Flex>
181183
<div className="w-full bg-background-highlight pb-16 shadow-table-item-box">
182184
<div className="w-full px-4 py-4 lg:px-8">

0 commit comments

Comments
 (0)