Skip to content

Commit

Permalink
Smaller header button on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Nov 27, 2024
1 parent f13ff89 commit 231611e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ import { mainSiteLink, socialLinks } from '../data/links';
))
}
</div>
<a href={mainSiteLink} class="button button-primary font-medium"> Visit astro.build</a>
<a href={mainSiteLink} class="button button-sm button-primary font-medium"> Visit astro.build</a>
</header>

0 comments on commit 231611e

Please sign in to comment.