Skip to content

Commit 3962a0d

Browse files
committed
chore: adjust button container sizing
1 parent 281fda4 commit 3962a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ const HomePage = ({
638638
<h2>{t("page-index:page-index-join-header")}</h2>
639639
<p>{t("page-index:page-index-join-description")}</p>
640640
</div>
641-
<div className="mx-auto grid grid-cols-1 gap-16 md:max-w-screen-md md:grid-cols-2">
641+
<div className="mx-auto grid grid-cols-1 gap-16 md:grid-cols-2">
642642
{joinActions.map(
643643
({ Svg, label, href, className, description }) => (
644644
<SvgButtonLink

0 commit comments

Comments
 (0)