Skip to content

Commit

Permalink
fixes spacing error on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
MamboBryan committed Jun 11, 2023
1 parent 4fd808d commit fa2034a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@ function HomepageHeader() {
<p className="hero__subtitle">{siteConfig.tagline}</p>
<div className={styles.buttons}>
<Link
className="button button--secondary button--lg"
className="button button--secondary button--lg pr-2"
to="/bits/intro"
>
Bits
</Link>
<Link className="button button--secondary button--lg px-2" to="/blog">
<Link>
""
</Link>
<Link className="button button--secondary button--lg ml-2 pl-2" to="/blog">
Articles
</Link>
</div>
Expand Down

0 comments on commit fa2034a

Please sign in to comment.