We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3030e8 commit da44924Copy full SHA for da44924
apps/site/pages/en/index.mdx
@@ -27,7 +27,7 @@ layout: home
27
<small className="!text-xs">for Node.js 18 and below</small>
28
</Button>
29
30
- <div className="flex flex-row gap-2 justify-center mt-6">
+ <div className="flex flex-row gap-2 justify-center xs:mt-6">
31
<WithNodeRelease status="Current">
32
{({ release }) =>
33
<BadgeGroup as="span" size="small" badgeText={release.versionWithPrefix}>
0 commit comments