File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -161,9 +161,11 @@ const CommunityPage = () => {
161
161
< HubHero { ...heroContent } />
162
162
< Divider />
163
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
- < Content >
164
+ < div className = "mb-12 w-full px-8 py-4" >
165
165
< 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 >
167
169
</ Flex >
168
170
< CardContainer >
169
171
{ whyGetInvolvedCards . map ( ( card , idx ) => (
@@ -176,7 +178,7 @@ const CommunityPage = () => {
176
178
/>
177
179
) ) }
178
180
</ CardContainer >
179
- </ Content >
181
+ </ div >
180
182
</ Flex >
181
183
< div className = "w-full bg-background-highlight pb-16 shadow-table-item-box" >
182
184
< div className = "w-full px-4 py-4 lg:px-8" >
You can’t perform that action at this time.
0 commit comments