Skip to content

Commit

Permalink
center text in hero button when wrapped (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubabrzy authored Sep 19, 2023
1 parent e7ae134 commit 2a53f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Hero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function Hero() {
</p>

<div className="flex gap-4 pt-6">
<Button variant="secondary" href="/manifesto">
<Button className="text-center" variant="secondary" href="/manifesto">
Read Manifesto
</Button>
<Button
Expand Down

0 comments on commit 2a53f6a

Please sign in to comment.