Skip to content

Commit 53ba796

Browse files
Fixed everything image
Signed-off-by: Rajesh-Nagarajan-11 <rajeshnagarajan36@gmail.com>
1 parent f056858 commit 53ba796

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

src/sections/Community/Newcomers-guide/NewcomersPageWrapper.style.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,17 @@ export const NewcomersGuideWrapper = styled.section`
258258
h2 {
259259
margin-top: -1.5rem;
260260
}
261+
}
262+
/* For "Explore the Meshery Community" section */
263+
.community-collage {
264+
order: 2;
265+
}
266+
/* For "Finding an Issue" section - apply to Col */
267+
.col-finding-an-issue {
268+
order: 2;
269+
}
270+
.col-newcomers-form {
271+
margin-bottom: 1.5rem;
261272
}
262273
}
263274
}

src/sections/Community/Newcomers-guide/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ const NewcomersGuide = () => {
8282
<h3>Fill in the Community Member Form</h3>
8383
<p>Help us get to know you, so that we can highlight projects and initiatives that align with your interests. Fill-in a community member form. Gain access to community resources.</p>
8484
</Col>
85-
<Col $sm={12} $lg={6}>
85+
<Col $sm={12} $lg={6} className="col-newcomers-form">
8686
<Button $primary className="newcomers-form" title="Submit a Member Form" $url="/newcomer" $external={false} />
8787
</Col>
88-
<Col $sm={12} $lg={6}>
88+
<Col $sm={12} $lg={6} className="col-finding-an-issue">
8989
<div className="finding-an-issue">
9090
<StaticImage src={CommunityImage2} alt="Five Working Image" />
9191
</div>

0 commit comments

Comments
 (0)