Skip to content

Commit

Permalink
fix-css
Browse files Browse the repository at this point in the history
  • Loading branch information
AswinAsok committed Feb 19, 2024
1 parent 67bc311 commit c479e48
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
53 changes: 26 additions & 27 deletions src/Pages/In50Hours/In50Hours.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,33 +33,32 @@ const In50Hours = () => {
</a>
</div>
</div>
<div className={styles.secondSectionContainer}>
<div className={styles.steps}>
<div className={styles.step}>
<p className={styles.stepHeading}>
P<span>IT</span>CH
</p>
<p className={styles.stepTagline}>
Pitch your boldest ideas and captivate them all in just minutes.{" "}
</p>
</div>
<div className={styles.step}>
<p className={styles.stepHeading}>
PRO<span>TO</span>TYPE
</p>
<p className={styles.stepTagline}>
Dive into the hustle and bustle of collaboration as teams form
and dive headfirst into building their prototypes.
</p>
</div>
<div className={styles.step}>
<p className={styles.stepHeading}>
<span>GET</span> FUNDED
</p>
<p className={styles.stepTagline}>
Pitch your boldest ideas and captivate them all in just minutes.{" "}
</p>
</div>

<div className={styles.steps}>
<div className={styles.step}>
<p className={styles.stepHeading}>
P<span>IT</span>CH
</p>
<p className={styles.stepTagline}>
Pitch your boldest ideas and captivate them all in just minutes.{" "}
</p>
</div>
<div className={styles.step}>
<p className={styles.stepHeading}>
PRO<span>TO</span>TYPE
</p>
<p className={styles.stepTagline}>
Dive into the hustle and bustle of collaboration as teams form and
dive headfirst into building their prototypes.
</p>
</div>
<div className={styles.step}>
<p className={styles.stepHeading}>
<span>GET</span> FUNDED
</p>
<p className={styles.stepTagline}>
Pitch your boldest ideas and captivate them all in just minutes.{" "}
</p>
</div>
</div>

Expand Down
5 changes: 3 additions & 2 deletions src/Pages/In50Hours/In50Hours.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,11 @@
display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: flex-start;
justify-content: space-between;
padding: 0 2rem;
color: #414d59;
width: 1300px;
max-width: 1300px;
width: 100%;
margin: auto;
flex-wrap: wrap;
}
Expand Down

0 comments on commit c479e48

Please sign in to comment.