Skip to content

Commit

Permalink
fix buttons width
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardozgz committed Dec 19, 2024
1 parent f63a918 commit 08c88ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/website/src/app/components/LandingPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default function LandingPage() {
{subheadings[currentSubheading]}
</TextTransition>
</h2>
<div className="mt-6 flex w-full flex-col gap-2 px-2 sm:mt-3 sm:w-auto sm:flex-row">
<div className="mt-6 flex w-full flex-col gap-2 px-2 sm:mt-3 sm:w-auto sm:flex-row [&>*>*]:w-full">
<Link href={Routes.Invite()}>
<Button icon={DiscordIcon}>Add to Discord</Button>
</Link>
Expand Down

0 comments on commit 08c88ce

Please sign in to comment.