Skip to content

Commit 8e00850

Browse files
committed
chore: by the honour of grayskull
1 parent cec5345 commit 8e00850

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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 xs:mt-6">
30+
<div className="flex flex-col xs:flex-row gap-2 justify-center xs:mt-6">
3131
<WithNodeRelease status="LTS">
3232
{({ release }) =>
3333
<BadgeGroup size="small" kind="info" badgeText={release.versionWithPrefix} href={`/blog/release/${release.versionWithPrefix}`}>

packages/ui-components/src/Common/BadgeGroup/index.module.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
@reference "../../styles/index.css";
22

33
.wrapper {
4-
@apply flex
5-
w-fit
4+
@apply xs:w-fit
5+
flex
6+
w-full
67
items-center
78
rounded-full
89
border

0 commit comments

Comments
 (0)