Skip to content

Commit da44924

Browse files
committed
chore: no margin on mobile
1 parent a3030e8 commit da44924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/pages/en/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ layout: home
2727
<small className="!text-xs">for Node.js 18 and below</small>
2828
</Button>
2929

30-
<div className="flex flex-row gap-2 justify-center mt-6">
30+
<div className="flex flex-row gap-2 justify-center xs:mt-6">
3131
<WithNodeRelease status="Current">
3232
{({ release }) =>
3333
<BadgeGroup as="span" size="small" badgeText={release.versionWithPrefix}>

0 commit comments

Comments
 (0)