Skip to content

Commit e0f7c44

Browse files
committed
chore: balance the buttons
1 parent 2a748fd commit e0f7c44

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

apps/site/pages/en/eol.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,16 @@ Major versions of Node.js are released, patched, and designated End-Of-Life on a
1212

1313
[View the Node.js release schedule](/about/releases/).
1414

15-
<div className="xs:flex-row xs:items-center flex flex-col items-start gap-4">
15+
<div className="flex flex-col items-start gap-4 xl:flex-row xl:items-center">
1616
<Button kind="primary" href="/download" className="flex-1">
1717
Upgrade to the latest LTS Node.js®
1818
</Button>
1919
<span>or</span>
20-
<Button kind="warning" href="https://nodejs.org/esp/herodevs">
20+
<Button
21+
kind="warning"
22+
href="https://nodejs.org/esp/herodevs"
23+
className="flex-1"
24+
>
2125
Get security support for EOL versions
2226
</Button>
2327
</div>

0 commit comments

Comments
 (0)