Skip to content

Commit

Permalink
Make the button smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
hasparus committed Aug 22, 2024
1 parent 0a8ca72 commit e49622e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/docs/src/components/team-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function TeamSection({ className }: { className?: string }) {
href="https://the-guild.dev/"
target="_blank"
rel="noreferrer"
className="max-lg:order-1 max-lg:w-full lg:mt-12"
className="max-lg:order-1 max-md:w-full lg:mt-12"
>
Visit The Guild
<ArrowIcon />
Expand Down

0 comments on commit e49622e

Please sign in to comment.