Skip to content

Commit 206d5a3

Browse files
committed
patch: add padding
1 parent 43dec94 commit 206d5a3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,11 @@ const CommunityPage = () => {
161161
<HubHero {...heroContent} />
162162
<Divider />
163163
<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-
<Content>
164+
<div className="mb-12 w-full px-8 py-4">
165165
<Flex className="flex-col items-center">
166-
<H2 className="lg:text-4xl">{t("page-community-why-get-involved-title")}</H2>
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)