Skip to content

Commit

Permalink
fix: Improve button layout responsiveness on home page (#768)
Browse files Browse the repository at this point in the history
  • Loading branch information
RosaErick authored Sep 3, 2024
1 parent 1f3e938 commit c007405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function Home() {
/>
</p>

<div className="flex justify-center gap-12">
<div className="flex flex-wrap justify-center gap-4 md:gap-12">
<LinkButton size="large" href="https://mastodon.social/auth/sign_up">
<FormattedMessage
id="home.join_now"
Expand Down

0 comments on commit c007405

Please sign in to comment.