Skip to content

Commit a5351ed

Browse files
committed
chore: fix css
1 parent 3a145f9 commit a5351ed

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

apps/site/pages/en/index.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@ layout: home
1717
<div className="flex gap-4">
1818

1919
<div className="flex flex-col gap-2">
20-
<Button kind="special" className="!hidden dark:!block w-100" href="/download">Install Node.js</Button>
20+
<Button kind="special" className="!hidden dark:!block" href="/download">Install Node.js</Button>
2121

22-
<Button kind="primary" className="!block dark:!hidden w-100" href="/download">Install Node.js</Button>
22+
<Button kind="primary" className="!block dark:!hidden" href="/download">Install Node.js</Button>
2323

24-
<Button kind="secondary" className="!hidden dark:!block w-100" href="https://www.herodevs.com/support/node-nes">
24+
<Button kind="secondary" className="!hidden dark:!block" href="https://www.herodevs.com/support/node-nes">
2525
<span>Get security support</span>
2626
<br />
27-
<small className="text-xs!">for Node.js 18 and below</small>
27+
<small className="text-xs">for Node.js 18 and below</small>
2828
</Button>
2929

30-
<Button kind="neutral" className="!block dark:!hidden w-100" href="https://www.herodevs.com/support/node-nes">
30+
<Button kind="neutral" className="!block dark:!hidden" href="https://www.herodevs.com/support/node-nes">
3131
<span>Get security support</span>
3232
<br />
33-
<small className="text-xs!">for Node.js 18 and below</small>
33+
<small className="text-xs">for Node.js 18 and below</small>
3434
</Button>
3535
</div>
3636

0 commit comments

Comments
 (0)