Skip to content

Commit b035f1f

Browse files
author
Vivek Vishal
authored
header margins
Signed-off-by: Vivek Vishal <vishalvivek488@gmail.com>
1 parent bfc8fd9 commit b035f1f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/sections/Community/Open-Source-Program/signup-form.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const SignupForm = () => {
1616
<Container style={{ marginBottom: "4rem", padding: "0" }}>
1717
<Row className="description">
1818
<Col $lg={7} $md={6} $sm={12} >
19-
<h4>Who can Apply?</h4>
19+
<h4 style={{ margin: ".8rem" }}>Who can Apply?</h4>
2020
<p style={{ fontWeight: "700" }}>Layer5-Sponsored Open Source program is ideal for developers working on projects without a path to commercialization.</p>
2121
<h4 style={{ marginBottom: "1.5rem" }}>Why join the Layer5-Sponsored Open Source program?</h4>
2222
<p>
@@ -31,7 +31,7 @@ const SignupForm = () => {
3131
<strong>Comprehensive Cloud Native Support</strong><br/>
3232
Leverage tools for discovering existing infrastructure, visualizing Kubernetes applications, and managing multi-cloud clusters. Layer5 provides built-in components, public catalogs, and performance profiling to streamline your project's development.
3333
</p>
34-
<h4>Qualification Criteria</h4>
34+
<h4 style={{ margin: "1.3rem 0" }}>Qualification Criteria</h4>
3535
<p style={{ marginBottom: "0" }}>
3636
To qualify for the Layer5-Sponsored Open Source program, your project namespace must:
3737
</p>
@@ -40,7 +40,7 @@ const SignupForm = () => {
4040
<li>Meet the <a href="https://opensource.org/docs/osd">Open Source Initiative definition.</a></li>
4141
<li>Not have a pathway to commercialization. Your organization must not seek to make a profit through services or by charging for higher tiers. Accepting donations to sustain your efforts is permissible.</li>
4242
</ul>
43-
<h4>Layer5-Sponsored Open Source program Terms of Agreement</h4>
43+
<h4 style={{ margin: "1.875rem 0 1.3rem" }}>Layer5-Sponsored Open Source program Terms of Agreement</h4>
4444
<ul>
4545
<li>Program benefits are provided only to project leads and core project committers.</li>
4646
<li>Program status and benefits are valid for one year and can be renewed if your project still meets the program requirements.</li>

0 commit comments

Comments
 (0)