Skip to content

Commit

Permalink
fixed minor styling issue on hero text (#1822)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelDragomir authored Jun 5, 2024
1 parent b5e93b3 commit da7f447
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ function Home() {
isFullViewportHeight
title="Build The Future"
>
<>
<div className={styles.heroText}>
<p>
We&apos;re the largest community of military veterans, service members, and spouses
committed to becoming software developers with the help of mentors, scholarships, and
our tech partners.
</p>
</div>

<div className={styles.ctaContainer}>
<LinkButton href="/about">Learn More</LinkButton>
<LinkButton href="/join">Join Us</LinkButton>
</div>
</>
<div className={styles.ctaContainer}>
<LinkButton href="/about">Learn More</LinkButton>
<LinkButton href="/join">Join Us</LinkButton>
</div>
</HeroBanner>

<Content
Expand Down
4 changes: 4 additions & 0 deletions styles/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
padding: 0;
}

.heroText {
padding: 0 1rem;
}

.Home .ctaContainer {
display: flex;
width: 100%;
Expand Down

0 comments on commit da7f447

Please sign in to comment.